id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 1651,incorrect typedefs in examples,anonymous,Hartmut Kaiser,"http://boost.org/libs/spirit/doc/multi_pass.html The example can't be compiled as it declares typedefs with names already declared in the library itself and point to different types: {{{ typedef char char_t; typedef multi_pass > iterator_t; typedef skip_parser_iteration_policy iter_policy_t; typedef scanner_policies scanner_policies_t; typedef scanner scanner_t; }}} It results in very cryptic error messages with gcc3.4.6. I'm afraid this is the case for some other Spirit doc pages. Thanks, Maxim",Bugs,closed,To Be Determined,spirit,Boost 1.34.1,Cosmetic,fixed,spirit typedef,