12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- || (defined(__WAVE__) && defined(BOOST_FUSION_CREATE_PREPROCESSED_FILES))
- ///////////////////////////////////////////////////////////////////////////////
- // With no variadics, we will use the C++03 version
- ///////////////////////////////////////////////////////////////////////////////
- ///////////////////////////////////////////////////////////////////////////////
- // C++11 interface
- ///////////////////////////////////////////////////////////////////////////////
- namespace boost { namespace fusion
- {
- template <typename ...T>
- struct tuple;
- }}
|