fusion/preprocess/wave.cfg
Kohei Takahashi 2114bfca6c More constexpr and noexcept support.
Note 1: Forwarding functions are specified as a C++14 constexpr since
std::forward is not a constexpr within C++11.

Note 2: Though I'm not sure why it doesn't compile, some declarations
are specified as a C++14 constexpr or non-constexpr.

Note 3: Boost.Tuple adaptation and TR1-based tuple implementations are
not constexpr.
2015-03-03 02:21:02 +09:00

32 lines
894 B
INI

# (C) Copyright 2012: Eric Niebler
# Distributed under the Boost Software License, Version 1.0.
# (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
# NOTE: Some of the paths in this file may need to be changed for your system.
-DBOOST_FUSION_DONT_USE_PREPROCESSED_FILES
-DBOOST_FUSION_CREATE_PREPROCESSED_FILES
-D_WIN32
-D_M_IX86
-NBOOST_CLANG
-NBOOST_STATIC_ASSERT
-NBOOST_FORCEINLINE
-NBOOST_CONSTEXPR
-NBOOST_CXX14_CONSTEXPR
-NBOOST_NOEXCEPT
-NBOOST_NO_CXX11_RVALUE_REFERENCES
-NBOOST_MPL_ASSERT
-NBOOST_MPL_ASSERT_MSG
-NBOOST_MPL_ASSERT_RELATION
-NBOOST_GPU_ENABLED
-NBOOST_FUSION_GPU_ENABLED
-NBOOST_FUSION_HAS_VARIADIC_MAP
-NBOOST_FUSION_VECTOR_COPY_INIT
-NBOOST_FUSION_VECTOR_CTOR_HELPER
-NBOOST_FUSION_BARRIER_BEGIN
-NBOOST_FUSION_BARRIER_END
-S..\include
-S..\..\..
-S"C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE"
--variadics