This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #ifndef YAK_FUSION_STD_TUPLE_ADAPTER_HPP | |
| #define YAK_FUSION_STD_TUPLE_ADAPTER_HPP | |
| #include <boost/config.hpp> | |
| #ifdef BOOST_NO_VARIADIC_TEMPLATES | |
| #error Need to enable variadic templates | |
| #endif | |
| #include <cstddef> | |
| #include <tuple> |
NewerOlder