Use workaround.hpp from boost/config

This commit is contained in:
Glen Fernandes
2017-06-13 23:24:38 -04:00
parent cccac1d631
commit 0f8b499bca
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ addressof(T& o) BOOST_NOEXCEPT
} /* boost */
#else
#include <boost/detail/workaround.hpp>
#include <boost/config/workaround.hpp>
#include <cstddef>
namespace boost {
+1 -1
View File
@@ -21,7 +21,7 @@
//----------------------------------------------------------------------
#include <boost/config.hpp>
#include <boost/detail/workaround.hpp>
#include <boost/config/workaround.hpp>
#if !(defined BOOST_NO_EXCEPTIONS)
# define BOOST_TRY { try
+2 -2
View File
@@ -8,8 +8,8 @@
#endif
#include <boost/config.hpp>
#include <boost/utility/addressof.hpp>
#include <boost/detail/workaround.hpp>
#include <boost/config/workaround.hpp>
#include <boost/core/addressof.hpp>
//
// ref.hpp - ref/cref, useful helper functions