5_2_1.hpp 321 B

12345678910111213
  1. #ifndef BOOST_METAPARSE_GETTING_STARTED_5_2_1_HPP
  2. #define BOOST_METAPARSE_GETTING_STARTED_5_2_1_HPP
  3. // Automatically generated header file
  4. // Definitions before section 5.2
  5. #include "5_2.hpp"
  6. // Definitions of section 5.2
  7. using temp_result = exp_parser7::apply<BOOST_METAPARSE_STRING("1 + 2 + 3 + 4")>::type;
  8. #endif