Boost C++ Libraries: Ticket #6046: Using space in karma rule causes compile error https://svn.boost.org/trac10/ticket/6046 <p> Compiling the following rule using Intel Compiler 12.1.0.233 </p> <pre class="wiki">using namespace boost::spirit; karma::rule&lt;std::string::iterator, std::string()&gt; r = ascii::space; </pre><p> fails with the error message </p> <pre class="wiki">boost/spirit/home/karma/char/char_class.hpp(141): error: class "boost::spirit::tag::space" has no member "space" return classify&lt;char_encoding&gt;::is(tag::space(), attr); </pre><p> The attached patch fixes the problem. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/6046 Trac 1.4.3 Sergiu Dotenco Fri, 21 Oct 2011 19:58:10 GMT attachment set https://svn.boost.org/trac10/ticket/6046 https://svn.boost.org/trac10/ticket/6046 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">char_class.hpp.patch</span> </li> </ul> Ticket Sergiu Dotenco Sun, 23 Oct 2011 12:06:30 GMT <link>https://svn.boost.org/trac10/ticket/6046#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/6046#comment:1</guid> <description> <p> As an additional note, the error is issued only by the windows version of Intel compiler. </p> </description> <category>Ticket</category> </item> <item> <author>Nikita Kniazev <nok.raven@…></author> <pubDate>Thu, 15 Mar 2018 22:43:03 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/6046#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/6046#comment:2</guid> <description> <p> I hope Intel have fixed the problem in their compiler, but if it is still a problem please open a PR. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Joel de Guzman</dc:creator> <pubDate>Thu, 15 Mar 2018 23:00:14 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/6046#comment:3 https://svn.boost.org/trac10/ticket/6046#comment:3 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> Ticket