summaryrefslogtreecommitdiffstats
path: root/src/boost/libs/metaparse/example/getting_started/3.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/boost/libs/metaparse/example/getting_started/3.hpp')
-rw-r--r--src/boost/libs/metaparse/example/getting_started/3.hpp19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/boost/libs/metaparse/example/getting_started/3.hpp b/src/boost/libs/metaparse/example/getting_started/3.hpp
new file mode 100644
index 00000000..4df3b531
--- /dev/null
+++ b/src/boost/libs/metaparse/example/getting_started/3.hpp
@@ -0,0 +1,19 @@
+#ifndef BOOST_METAPARSE_GETTING_STARTED_3_HPP
+#define BOOST_METAPARSE_GETTING_STARTED_3_HPP
+
+// Automatically generated header file
+
+// Definitions before section 2
+#include "2.hpp"
+
+// Definitions of section 2
+#include <boost/metaparse/string.hpp>
+
+// query:
+// boost::metaparse::string<'1', '1', ' ', '+', ' ', '2'>
+
+// query:
+// BOOST_METAPARSE_STRING("11 + 2")
+
+#endif
+