]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/spirit/test/lex/dedent_handling_phoenix.cpp
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / spirit / test / lex / dedent_handling_phoenix.cpp
index fa1616ed640ae78c116221eae15f37a5bd0351d1..f12bacdfe2c6fb75100ce1b5d20f18cc0c3ef121 100644 (file)
@@ -83,7 +83,6 @@ int main()
     typedef lex::lexertl::token<std::string::iterator> token_type;
     typedef lex::lexertl::actor_lexer<token_type> base_lexer_type;
     typedef multi_tokens<base_lexer_type> lexer_type;
-    typedef lexer_type::iterator_type iterator;
 
     std::string in("AAABBC");
     std::string::iterator first(in.begin());