mirror of
https://github.com/boostorg/move.git
synced 2025-08-02 13:44:28 +02:00
Added missing cstddef for std::nullptr_t
This commit is contained in:
@@ -18,6 +18,10 @@
|
|||||||
#include <boost/static_assert.hpp>
|
#include <boost/static_assert.hpp>
|
||||||
#include <boost/assert.hpp>
|
#include <boost/assert.hpp>
|
||||||
|
|
||||||
|
#if !defined(BOOST_NO_CXX11_NULLPTR)
|
||||||
|
#include <cstddef> //For std::nullptr_t
|
||||||
|
#endif
|
||||||
|
|
||||||
//!\file
|
//!\file
|
||||||
//! Describes the smart pointer unique_ptr, a drop-in replacement for std::unique_ptr,
|
//! Describes the smart pointer unique_ptr, a drop-in replacement for std::unique_ptr,
|
||||||
//! usable also from C++03 compilers.
|
//! usable also from C++03 compilers.
|
||||||
|
Reference in New Issue
Block a user