• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #ifndef BOOST_METAPARSE_GETTING_STARTED_3_HPP
2 #define BOOST_METAPARSE_GETTING_STARTED_3_HPP
3 
4 // Automatically generated header file
5 
6 // Definitions before section 2
7 #include "2.hpp"
8 
9 // Definitions of section 2
10 #include <boost/metaparse/string.hpp>
11 
12 // query:
13 //    boost::metaparse::string<'1', '1', ' ', '+', ' ', '2'>
14 
15 // query:
16 //    BOOST_METAPARSE_STRING("11 + 2")
17 
18 #endif
19 
20