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:
Joel de Guzman
2013-02-04 12:15:02 +00:00
parent fb3bd4cea8
commit d354c5183b
2 changed files with 5 additions and 1 deletions

View File

@ -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)