- Update generated preprocessed files

- Disable variadics for MSVC 2013 (flaky compiler still)
This commit is contained in:
Joel de Guzman
2015-01-05 15:49:06 +08:00
parent f349d48a3f
commit 7d641cbc8f
17 changed files with 474 additions and 465 deletions

View File

@ -23,6 +23,13 @@
# endif
#endif
// MSVC variadics at this point in time is not ready yet (ICE!)
#if BOOST_WORKAROUND(BOOST_MSVC, BOOST_TESTED_AT(1900))
# if defined(BOOST_FUSION_HAS_VARIADIC_DEQUE)
# undef BOOST_FUSION_HAS_VARIADIC_DEQUE
# endif
#endif
///////////////////////////////////////////////////////////////////////////////
// With no variadics, we will use the C++03 version
///////////////////////////////////////////////////////////////////////////////