hanchenye-llvm-project/libcxx/test/containers/Copyable.h

19 lines
447 B
C
Raw Normal View History

//===----------------------------------------------------------------------===//
//
// The LLVM Compiler Infrastructure
//
// This file is dual licensed under the MIT and the University of Illinois Open
// Source Licenses. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
2010-05-12 03:42:16 +08:00
#ifndef COPYABLE_H
#define COPYABLE_H
class Copyable
{
public:
};
#endif // COPYABLE_H