forked from boostorg/core
Use workaround.hpp from boost/config
This commit is contained in:
@ -42,7 +42,7 @@ addressof(T& o) BOOST_NOEXCEPT
|
|||||||
|
|
||||||
} /* boost */
|
} /* boost */
|
||||||
#else
|
#else
|
||||||
#include <boost/detail/workaround.hpp>
|
#include <boost/config/workaround.hpp>
|
||||||
#include <cstddef>
|
#include <cstddef>
|
||||||
|
|
||||||
namespace boost {
|
namespace boost {
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
//----------------------------------------------------------------------
|
//----------------------------------------------------------------------
|
||||||
|
|
||||||
#include <boost/config.hpp>
|
#include <boost/config.hpp>
|
||||||
#include <boost/detail/workaround.hpp>
|
#include <boost/config/workaround.hpp>
|
||||||
|
|
||||||
#if !(defined BOOST_NO_EXCEPTIONS)
|
#if !(defined BOOST_NO_EXCEPTIONS)
|
||||||
# define BOOST_TRY { try
|
# define BOOST_TRY { try
|
||||||
|
@ -8,8 +8,8 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <boost/config.hpp>
|
#include <boost/config.hpp>
|
||||||
#include <boost/utility/addressof.hpp>
|
#include <boost/config/workaround.hpp>
|
||||||
#include <boost/detail/workaround.hpp>
|
#include <boost/core/addressof.hpp>
|
||||||
|
|
||||||
//
|
//
|
||||||
// ref.hpp - ref/cref, useful helper functions
|
// ref.hpp - ref/cref, useful helper functions
|
||||||
|
Reference in New Issue
Block a user