Move libcds 1.6.0 from SVN
[libcds.git] / cds / details / noncopyable.h
1 //$$CDS-header$$
2
3 #ifndef __CDS_DETAILS_NONCOPYABLE_H
4 #define __CDS_DETAILS_NONCOPYABLE_H
5
6 #include <boost/noncopyable.hpp>
7
8 //@cond
9 namespace cds { namespace details {
10     using boost::noncopyable;
11 }}  // namespace cds::details
12 //@endcond
13
14 #endif // __CDS_DETAILS_NONCOPYABLE_H
15