• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #ifndef BOOST_METAPARSE_GETTING_STARTED_5_2_1_HPP
2 #define BOOST_METAPARSE_GETTING_STARTED_5_2_1_HPP
3 
4 // Automatically generated header file
5 
6 // Definitions before section 5.2
7 #include "5_2.hpp"
8 
9 // Definitions of section 5.2
10 using temp_result = exp_parser7::apply<BOOST_METAPARSE_STRING("1 + 2 + 3 + 4")>::type;
11 
12 #endif
13 
14