Boost C++ Libraries: Ticket #5471: compile error in Spirit.Qi with cygwin-gcc https://svn.boost.org/trac10/ticket/5471 <p> With cygwin gcc-3, a compile error occurs in spirit/home/qi/directive/as.hpp, because cygwin gcc-3 doesn't have std::wstring. This problem doesn't happen with gcc-4. </p> <pre class="wiki">/usr/local/boost/boost/spirit/home/qi/directive/as.hpp:128: error: `wstring' is not a member of `std' /usr/local/boost/boost/spirit/home/qi/directive/as.hpp:128: error: `wstring' is not a member of `std' /usr/local/boost/boost/spirit/home/qi/directive/as.hpp:128: error: template argument 2 is invalid </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/5471 Trac 1.4.3 Hartmut Kaiser Fri, 15 Apr 2011 13:15:17 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/5471#comment:1 https://svn.boost.org/trac10/ticket/5471#comment:1 <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> <p> Fixed in rev. <a class="changeset" href="https://svn.boost.org/trac10/changeset/71270" title="Spirit: changed reference to std::wstring into std::basic_string&lt;wchar_t&gt;">[71270]</a> </p> Ticket