forked from boostorg/fusion
Tweaks for MSVC. MSVC version of map is not yet move enables so it is failing the move test
[SVN r82728]
This commit is contained in:
@ -13,6 +13,8 @@
|
||||
#include <boost/fusion/support/detail/access.hpp>
|
||||
#include <boost/fusion/support/detail/as_fusion_element.hpp>
|
||||
#include <boost/config.hpp>
|
||||
#include <boost/utility/enable_if.hpp>
|
||||
#include <boost/type_traits/is_convertible.hpp>
|
||||
|
||||
#if defined (BOOST_MSVC)
|
||||
# pragma warning(push)
|
||||
|
Reference in New Issue
Block a user