Subject: [Boost-bugs] [Boost C++ Libraries] #5471: compile error in Spirit.Qi with cygwin-gcc
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2011-04-14 12:18:26
#5471: compile error in Spirit.Qi with cygwin-gcc
---------------------------------+------------------------------------------
Reporter: kikairoya@⦠| Owner: djowel
Type: Bugs | Status: new
Milestone: To Be Determined | Component: spirit
Version: Boost 1.46.1 | Severity: Problem
Keywords: |
---------------------------------+------------------------------------------
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.
{{{
/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
}}}
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/5471> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:06 UTC