core/include/boost/noncopyable.hpp
2014-06-02 00:46:33 -07:00

10 lines
198 B
C++

#ifndef BOOST_NONCOPYABLE_HPP
#define BOOST_NONCOPYABLE_HPP
// The header file at this path is deprecated;
// use boost/core/noncopyable.hpp instead.
#include <boost/core/noncopyable.hpp>
#endif