1
0
forked from boostorg/core
Files
boost_core/include/boost/noncopyable.hpp

10 lines
198 B
C++
Raw Normal View History

#ifndef BOOST_NONCOPYABLE_HPP
#define BOOST_NONCOPYABLE_HPP
2003-02-17 06:20:57 +00:00
// The header file at this path is deprecated;
// use boost/core/noncopyable.hpp instead.
2003-02-17 06:20:57 +00:00
#include <boost/core/noncopyable.hpp>
2003-02-17 06:20:57 +00:00
#endif