blob: 9542c7e8516fbf399ba2bef9df484367dc023ad9 [file] [log] [blame]
Marshall Clow98760c12014-01-16 16:58:45 +00001//===----------------------------------------------------------------------===//
2//
3// The LLVM Compiler Infrastructure
4//
5// This file is dual licensed under the MIT and the University of Illinois Open
6// Source Licenses. See LICENSE.TXT for details.
7//
8//===----------------------------------------------------------------------===//
9
Howard Hinnantbc8d3f92010-05-11 19:42:16 +000010#ifndef COPYABLE_H
11#define COPYABLE_H
12
13class Copyable
14{
15public:
16};
17
Howard Hinnant6046ace2010-08-22 00:15:28 +000018#endif // COPYABLE_H