xref: /minix3/external/bsd/libc++/dist/libcxx/test/containers/Copyable.h (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
1*0a6a1f1dSLionel Sambuc //===----------------------------------------------------------------------===//
2*0a6a1f1dSLionel Sambuc //
3*0a6a1f1dSLionel Sambuc //                     The LLVM Compiler Infrastructure
4*0a6a1f1dSLionel Sambuc //
5*0a6a1f1dSLionel Sambuc // This file is dual licensed under the MIT and the University of Illinois Open
6*0a6a1f1dSLionel Sambuc // Source Licenses. See LICENSE.TXT for details.
7*0a6a1f1dSLionel Sambuc //
8*0a6a1f1dSLionel Sambuc //===----------------------------------------------------------------------===//
9*0a6a1f1dSLionel Sambuc 
104684ddb6SLionel Sambuc #ifndef COPYABLE_H
114684ddb6SLionel Sambuc #define COPYABLE_H
124684ddb6SLionel Sambuc 
134684ddb6SLionel Sambuc class Copyable
144684ddb6SLionel Sambuc {
154684ddb6SLionel Sambuc public:
164684ddb6SLionel Sambuc };
174684ddb6SLionel Sambuc 
184684ddb6SLionel Sambuc #endif  // COPYABLE_H
19