Merge pull request #53 from fanquake/core_noncopyable

refactor: use core/noncopyable over boost/noncopyable
This commit is contained in:
Antony Polukhin 2022-09-01 11:45:32 +03:00 committed by GitHub
commit 9e287d6624
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -76,7 +76,7 @@
#include <boost/container/container_fwd.hpp>
#include <boost/integer.hpp>
#include <boost/detail/basic_pointerbuf.hpp>
#include <boost/noncopyable.hpp>
#include <boost/core/noncopyable.hpp>
#ifndef BOOST_NO_CWCHAR
# include <cwchar>
#endif

View File

@ -50,7 +50,7 @@
#include <boost/lexical_cast/detail/lcast_char_constants.hpp>
#include <boost/type_traits/make_unsigned.hpp>
#include <boost/type_traits/is_signed.hpp>
#include <boost/noncopyable.hpp>
#include <boost/core/noncopyable.hpp>
namespace boost
{

View File

@ -19,7 +19,7 @@
#endif
#include <boost/lexical_cast.hpp>
#include <boost/noncopyable.hpp>
#include <boost/core/noncopyable.hpp>
#include <boost/test/unit_test.hpp>
using namespace boost;