RE: [Boost-users] Boost problems
We have found some problems with the following files:
boost_1_31_0/libs/regex/src/cpp_regex_traits.cpp boost_1_31_0/libs/test/src/test_tools.cpp
They use definitions from <ios> but never actually include it - they are relying on the fact that in some STLs the headers are pulled in by other header files. Unfortunately, under our STL (RW STL 6.0) this is not the case and hence the files fail to compile. Add the following include line to both to fix the problem:
#include <ios>
Ok.
Gennadiy.
Gennadiy, have you any news about the second problem also related to regex, as described in my original email? Thanks, Tom -------------------------------------------------------- NOTICE: If received in error, please destroy and notify sender. Sender does not waive confidentiality or privilege, and use is prohibited.
participants (1)
-
Puverle, Tomas (IT)