Remove building with NOCRYPTO option
[minix.git] / external / bsd / libc++ / dist / libcxx / test / containers / Copyable.h
blob9542c7e8516fbf399ba2bef9df484367dc023ad9
1 //===----------------------------------------------------------------------===//
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 //===----------------------------------------------------------------------===//
10 #ifndef COPYABLE_H
11 #define COPYABLE_H
13 class Copyable
15 public:
18 #endif // COPYABLE_H