Added adapter for std::tuple (only for implementations using variadic templates)

[SVN r74546]
This commit is contained in:
Joel de Guzman
2011-09-24 13:07:09 +00:00
parent d1a397c427
commit b2c3737eaf
13 changed files with 476 additions and 3 deletions

View File

@ -16,4 +16,10 @@
#include <boost/fusion/adapted/std_pair.hpp>
#include <boost/fusion/adapted/struct.hpp>
// The std_tuple_iterator adaptor only supports implementations
// using variadic templates
#if !defined(BOOST_NO_VARIADIC_TEMPLATES)
#include <boost/fusion/adapted/std_tuple.hpp>
#endif
#endif