Opened 14 years ago
Closed 14 years ago
#2687 closed Bugs (fixed)
libs/filesystem/src/utf8_codecvt_facet.cpp fails on Sandia-Linux-Sun
Reported by: | Jeremiah Willcock | Owned by: | Beman Dawes |
---|---|---|---|
Milestone: | To Be Determined | Component: | filesystem |
Version: | Boost Development Trunk | Severity: | Problem |
Keywords: | UTF8, codecvt, facet, filesystem | Cc: |
Description
The Boost.Filesystem and Boost.Graph tests that use the copy of utf8_codecvt_facet.cpp from Boost.Filesystem fail the regression tests on this platform. An example test in Boost.Filesystem is fstream_test (and several others), as well as all_planar_input_files_test from Boost.Graph. The error is:
"../boost/detail/utf8_codecvt_facet.hpp", line 89: Error: codecvt is not defined. "../boost/detail/utf8_codecvt_facet.hpp", line 103: Error: Use ";" to terminate declarations. 2 Error(s) detected.
Note that this platform is not tested on the release branch.
Change History (2)
comment:1 by , 14 years ago
comment:2 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [50844]) Fix BOOST_NO_STDC_NAMESPACE problem; see ticket 2687