Opened 12 years ago
Closed 12 years ago
#5471 closed Bugs (fixed)
compile error in Spirit.Qi with cygwin-gcc
Reported by: | Owned by: | Joel de Guzman | |
---|---|---|---|
Milestone: | To Be Determined | Component: | spirit |
Version: | Boost 1.46.1 | Severity: | Problem |
Keywords: | Cc: |
Description
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
Note:
See TracTickets
for help on using tickets.
Fixed in rev. [71270]