blob: 2362df0e17b4b63ff406b8ea481b4612837852a9 [file] [log] [blame]
Marshall Clow354d39c2014-01-16 16:58:45 +00001//===----------------------------------------------------------------------===//
2//
Chandler Carruth57b08b02019-01-19 10:56:40 +00003// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4// See https://llvm.org/LICENSE.txt for license information.
5// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
Marshall Clow354d39c2014-01-16 16:58:45 +00006//
7//===----------------------------------------------------------------------===//
8
Howard Hinnant3e519522010-05-11 19:42:16 +00009#ifndef COPYABLE_H
10#define COPYABLE_H
11
12class Copyable
13{
14public:
15};
16
Howard Hinnant8f2f7e72010-08-22 00:15:28 +000017#endif // COPYABLE_H