Home
last modified time | relevance | path

Searched refs:comment_pascal (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/libs/spirit/classic/example/fundamental/
Dcomments.cpp124 std::string comment_pascal; in main() local
126 result = parse (pPComment, pascal_comment[actor_string(comment_pascal)]); in main()
130 cout << "Matched (" << (int)comment_pascal.size() << ") characters: "; in main()
131 cout << "\"" << comment_pascal << "\"" << endl; in main()