
8 Dec
2011
8 Dec
'11
3:47 p.m.
2011/12/6 Steven Watanabe <watanabesj@gmail.com>:
Ah. So the test library needs to be compiled with this option as well:
import feature ;
feature.feature nowchar : on : composite optional propagated link-incompatible ;
feature.compose <nowchar>on : <cxxflags>/Zc:wchar_t- ;
...
<toolset>msvc:<nowchar>on
(Warning: untested)
Works. Great thanks! Final version: import feature ; feature.feature nowchar : on : composite optional propagated link-incompatible ; feature.compose <nowchar>on : <cxxflags>/Zc:wchar_t- ; test-suite conversion : # A lot of [ run ... ] [ run lexical_cast_typedefed_wchar_test.cpp ../../test/build//boost_unit_test_framework/<link>static : : : <toolset>msvc:<nowchar>on : : ] ; Best regards, Antony Polukhin