mirror of
https://github.com/boostorg/variant.git
synced 2026-01-19 04:42:16 +00:00
Merge pull request #45 from Kojoley/patch-1
boost/math/common_factor_ct.hpp is deprecated
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
#include <boost/detail/reference_content.hpp>
|
||||
#include <boost/aligned_storage.hpp>
|
||||
#include <boost/blank.hpp>
|
||||
#include <boost/math/common_factor_ct.hpp>
|
||||
#include <boost/integer/common_factor_ct.hpp>
|
||||
#include <boost/static_assert.hpp>
|
||||
#include <boost/preprocessor/cat.hpp>
|
||||
#include <boost/preprocessor/repeat.hpp>
|
||||
@@ -145,7 +145,7 @@ struct add_alignment
|
||||
template <typename State, typename Item>
|
||||
struct apply
|
||||
: mpl::size_t<
|
||||
::boost::math::static_lcm<
|
||||
::boost::integer::static_lcm<
|
||||
BOOST_MPL_AUX_VALUE_WKND(State)::value
|
||||
, ::boost::alignment_of<Item>::value
|
||||
>::value
|
||||
|
||||
Reference in New Issue
Block a user