2
0
mirror of https://github.com/boostorg/spirit.git synced 2026-01-19 04:42:11 +00:00

Annotation tutorial example docs

This commit is contained in:
djowel
2018-03-07 14:05:01 +08:00
parent a0df3c098f
commit 130e6395d7
5 changed files with 402 additions and 16 deletions

View File

@@ -142,7 +142,7 @@ namespace client
// Our main parse entry point
///////////////////////////////////////////////////////////////////////////////
typedef std::string::const_iterator iterator_type;
using iterator_type = std::string::const_iterator;
using position_cache = boost::spirit::x3::position_cache<std::vector<iterator_type>>;
std::vector<client::ast::employee>