id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 4336,[spirit] A trait to access encoding-specific parsers,Andrey Semashev,Hartmut Kaiser,"Originated from [http://article.gmane.org/gmane.comp.lib.boost.devel/205392 this] discussion. The attached patch allows to gain access to the encoding-specific parsers by specifying the encoding type to the encoding_specific template parameter. This allows the following use case: {{{ template< typename CharT > void parse(const CharT* str) { typedef typename my_traits< CharT >::encoding encoding; typedef spirit::encoding_specific< encoding > parsers; qi::parse(str, *parsers::char_); } }}} ",Feature Requests,new,Boost 1.43.0,spirit,Boost 1.44.0,Not Applicable,,,