![]() |
Regression Tests Log: Boost 1.30.2 zipballReport Time: Tue, 19 Aug 2003 06:17:12 +0000Tests run on Windows 2000 Server by MetaCommunications Engineering. The tests run procedure is automated and scheduled to run every night at 12:00 a.m. US Central Time. The toolsets and patches used for regression tests are available here |
| Purpose | Provides notes, compiler, linker and run output of the regression tests. |
CALL "C:\Progra~1\Intel\Compiler70\IA32\bin\ICCVARS.BAT" > nul
"C:\Progra~1\Intel\Compiler70\IA32\bin\icl" /Zm800 -nologo -GX -c -DBOOST_DATE_TIME_POSIX_TIME_STD_CONFIG /Z7 /Od /Ob0 /GX /GR /MLd /Qwn5 /Qwd985 -Qoption,c,--arg_dep_lookup /Zc:forScope /Qansi_alias /Qvc6 -DBOOST_NO_INTRINSIC_WCHAR_T -I"D:\boost6\1_30_2\results\libs\date_time\test" -I"D:\boost6\1_30_2\boost" -Fo"D:\boost6\1_30_2\results\libs\date_time\test\bin\testclock.test\meta-intel-7.1\debug\runtime-link-static\testclock.obj" -Tp"..\libs\date_time\test\posix_time\testclock.cpp"
testclock.cpp
D:\boost6\1_30_2\boost\boost/date_time/posix_time/time_formatters.hpp(43): error: more than one operator "<<" matches these operands:
function "std::basic_ostream<_E, _Tr>::operator<<(std::_Bool={bool={bool}}) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(short) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(unsigned short) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(int) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(unsigned int) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(long) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(unsigned long) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(float) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(double) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(long double) [with _E=char, _Tr=std::char_traits<char>]"
operand types are: std::basic_ostream<char, std::char_traits<char>> << boost::posix_time::time_duration::fractional_seconds_type
<< frac_sec;
^
D:\boost6\1_30_2\boost\boost/date_time/posix_time/time_formatters.hpp(74): error: more than one operator "<<" matches these operands:
function "std::basic_ostream<_E, _Tr>::operator<<(std::_Bool={bool={bool}}) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(short) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(unsigned short) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(int) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(unsigned int) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(long) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(unsigned long) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(float) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(double) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(long double) [with _E=char, _Tr=std::char_traits<char>]"
operand types are: std::basic_ostream<char, std::char_traits<char>> << boost::posix_time::time_duration::fractional_seconds_type
<< frac_sec;
^
D:\boost6\1_30_2\boost\boost/lexical_cast.hpp(150): error: no operator ">>" matches these operands
operand types are: std::basic_stringstream<char, std::char_traits<char>, std::allocator<char>> >> boost::int64_t
stream >> output &&
^
detected during:
instantiation of "bool={bool} boost::detail::lexical_stream<Target, Source>::operator>>(InputStreamable &) [with Target=boost::int64_t={__int64}, Source=std::basic_string<char, std::char_traits<char>, std::allocator<char>>, InputStreamable=boost::int64_t={__int64}]" at line 189
instantiation of "Target boost::lexical_cast<Target,Source>(Source) [with Target=boost::int64_t={__int64}, Source=std::basic_string<char, std::char_traits<char>, std::allocator<char>>]" at line 47 of "D:\boost6\1_30_2\boost\boost/date_time/time_parsing.hpp"
instantiation of "time_duration boost::date_time::parse_delimited_time_duration<time_duration>(const std::string &) [with time_duration=boost::posix_time::time_duration]"
compilation aborted for ..\libs\date_time\test\posix_time\testclock.cpp (code 2)
CALL "C:\Progra~1\Intel\Compiler70\IA32\bin\ICCVARS.BAT" > nul
"C:\Progra~1\Intel\Compiler70\IA32\bin\icl" /Zm800 -nologo -GX -c -DBOOST_DATE_TIME_POSIX_TIME_STD_CONFIG /Z7 /Od /Ob0 /GX /GR /MLd /Qwn5 /Qwd985 -Qoption,c,--arg_dep_lookup /Zc:forScope /Qansi_alias /Qvc6 -DBOOST_NO_INTRINSIC_WCHAR_T -I"D:\boost6\1_30_2\results\libs\date_time\test" -I"D:\boost6\1_30_2\boost" -Fo"D:\boost6\1_30_2\results\libs\date_time\test\bin\testc_local_adjustor.test\meta-intel-7.1\debug\runtime-link-static\testc_local_adjustor.obj" -Tp"..\libs\date_time\test\posix_time\testc_local_adjustor.cpp"
testc_local_adjustor.cpp
D:\boost6\1_30_2\boost\boost/date_time/posix_time/time_formatters.hpp(43): error: more than one operator "<<" matches these operands:
function "std::basic_ostream<_E, _Tr>::operator<<(std::_Bool={bool={bool}}) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(short) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(unsigned short) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(int) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(unsigned int) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(long) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(unsigned long) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(float) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(double) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(long double) [with _E=char, _Tr=std::char_traits<char>]"
operand types are: std::basic_ostream<char, std::char_traits<char>> << boost::posix_time::time_duration::fractional_seconds_type
<< frac_sec;
^
D:\boost6\1_30_2\boost\boost/date_time/posix_time/time_formatters.hpp(74): error: more than one operator "<<" matches these operands:
function "std::basic_ostream<_E, _Tr>::operator<<(std::_Bool={bool={bool}}) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(short) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(unsigned short) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(int) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(unsigned int) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(long) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(unsigned long) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(float) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(double) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(long double) [with _E=char, _Tr=std::char_traits<char>]"
operand types are: std::basic_ostream<char, std::char_traits<char>> << boost::posix_time::time_duration::fractional_seconds_type
<< frac_sec;
^
D:\boost6\1_30_2\boost\boost/lexical_cast.hpp(150): error: no operator ">>" matches these operands
operand types are: std::basic_stringstream<char, std::char_traits<char>, std::allocator<char>> >> boost::int64_t
stream >> output &&
^
detected during:
instantiation of "bool={bool} boost::detail::lexical_stream<Target, Source>::operator>>(InputStreamable &) [with Target=boost::int64_t={__int64}, Source=std::basic_string<char, std::char_traits<char>, std::allocator<char>>, InputStreamable=boost::int64_t={__int64}]" at line 189
instantiation of "Target boost::lexical_cast<Target,Source>(Source) [with Target=boost::int64_t={__int64}, Source=std::basic_string<char, std::char_traits<char>, std::allocator<char>>]" at line 47 of "D:\boost6\1_30_2\boost\boost/date_time/time_parsing.hpp"
instantiation of "time_duration boost::date_time::parse_delimited_time_duration<time_duration>(const std::string &) [with time_duration=boost::posix_time::time_duration]"
compilation aborted for ..\libs\date_time\test\posix_time\testc_local_adjustor.cpp (code 2)
CALL "C:\Progra~1\Intel\Compiler70\IA32\bin\ICCVARS.BAT" > nul
"C:\Progra~1\Intel\Compiler70\IA32\bin\icl" /Zm800 -nologo -GX -c -DBOOST_DATE_TIME_POSIX_TIME_STD_CONFIG /Z7 /Od /Ob0 /GX /GR /MLd /Qwn5 /Qwd985 -Qoption,c,--arg_dep_lookup /Zc:forScope /Qansi_alias /Qvc6 -DBOOST_NO_INTRINSIC_WCHAR_T -I"D:\boost6\1_30_2\results\libs\date_time\test" -I"D:\boost6\1_30_2\boost" -Fo"D:\boost6\1_30_2\results\libs\date_time\test\bin\testdst_rules.test\meta-intel-7.1\debug\runtime-link-static\testdst_rules.obj" -Tp"..\libs\date_time\test\posix_time\testdst_rules.cpp"
testdst_rules.cpp
D:\boost6\1_30_2\boost\boost/date_time/posix_time/time_formatters.hpp(43): error: more than one operator "<<" matches these operands:
function "std::basic_ostream<_E, _Tr>::operator<<(std::_Bool={bool={bool}}) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(short) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(unsigned short) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(int) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(unsigned int) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(long) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(unsigned long) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(float) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(double) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(long double) [with _E=char, _Tr=std::char_traits<char>]"
operand types are: std::basic_ostream<char, std::char_traits<char>> << boost::posix_time::time_duration::fractional_seconds_type
<< frac_sec;
^
D:\boost6\1_30_2\boost\boost/date_time/posix_time/time_formatters.hpp(74): error: more than one operator "<<" matches these operands:
function "std::basic_ostream<_E, _Tr>::operator<<(std::_Bool={bool={bool}}) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(short) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(unsigned short) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(int) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(unsigned int) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(long) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(unsigned long) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(float) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(double) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(long double) [with _E=char, _Tr=std::char_traits<char>]"
operand types are: std::basic_ostream<char, std::char_traits<char>> << boost::posix_time::time_duration::fractional_seconds_type
<< frac_sec;
^
D:\boost6\1_30_2\boost\boost/lexical_cast.hpp(150): error: no operator ">>" matches these operands
operand types are: std::basic_stringstream<char, std::char_traits<char>, std::allocator<char>> >> boost::int64_t
stream >> output &&
^
detected during:
instantiation of "bool={bool} boost::detail::lexical_stream<Target, Source>::operator>>(InputStreamable &) [with Target=boost::int64_t={__int64}, Source=std::basic_string<char, std::char_traits<char>, std::allocator<char>>, InputStreamable=boost::int64_t={__int64}]" at line 189
instantiation of "Target boost::lexical_cast<Target,Source>(Source) [with Target=boost::int64_t={__int64}, Source=std::basic_string<char, std::char_traits<char>, std::allocator<char>>]" at line 47 of "D:\boost6\1_30_2\boost\boost/date_time/time_parsing.hpp"
instantiation of "time_duration boost::date_time::parse_delimited_time_duration<time_duration>(const std::string &) [with time_duration=boost::posix_time::time_duration]"
compilation aborted for ..\libs\date_time\test\posix_time\testdst_rules.cpp (code 2)
CALL "C:\Progra~1\Intel\Compiler70\IA32\bin\ICCVARS.BAT" > nul
"C:\Progra~1\Intel\Compiler70\IA32\bin\icl" /Zm800 -nologo -GX -c -DBOOST_DATE_TIME_POSIX_TIME_STD_CONFIG /Z7 /Od /Ob0 /GX /GR /MLd /Qwn5 /Qwd985 -Qoption,c,--arg_dep_lookup /Zc:forScope /Qansi_alias /Qvc6 -DBOOST_NO_INTRINSIC_WCHAR_T -I"D:\boost6\1_30_2\results\libs\date_time\test" -I"D:\boost6\1_30_2\boost" -Fo"D:\boost6\1_30_2\results\libs\date_time\test\bin\testduration.test\meta-intel-7.1\debug\runtime-link-static\testduration.obj" -Tp"..\libs\date_time\test\posix_time\testduration.cpp"
testduration.cpp
D:\boost6\1_30_2\boost\boost/date_time/posix_time/time_formatters.hpp(43): error: more than one operator "<<" matches these operands:
function "std::basic_ostream<_E, _Tr>::operator<<(std::_Bool={bool={bool}}) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(short) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(unsigned short) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(int) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(unsigned int) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(long) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(unsigned long) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(float) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(double) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(long double) [with _E=char, _Tr=std::char_traits<char>]"
operand types are: std::basic_ostream<char, std::char_traits<char>> << boost::posix_time::time_duration::fractional_seconds_type
<< frac_sec;
^
D:\boost6\1_30_2\boost\boost/date_time/posix_time/time_formatters.hpp(74): error: more than one operator "<<" matches these operands:
function "std::basic_ostream<_E, _Tr>::operator<<(std::_Bool={bool={bool}}) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(short) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(unsigned short) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(int) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(unsigned int) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(long) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(unsigned long) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(float) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(double) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(long double) [with _E=char, _Tr=std::char_traits<char>]"
operand types are: std::basic_ostream<char, std::char_traits<char>> << boost::posix_time::time_duration::fractional_seconds_type
<< frac_sec;
^
..\libs\date_time\test\posix_time\testduration.cpp(43): error: more than one operator "<<" matches these operands:
function "std::basic_ostream<_E, _Tr>::operator<<(std::_Bool={bool={bool}}) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(short) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(unsigned short) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(int) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(unsigned int) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(long) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(unsigned long) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(float) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(double) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(long double) [with _E=char, _Tr=std::char_traits<char>]"
operand types are: std::ostream << boost::date_time::time_duration<boost::posix_time::time_duration, boost::posix_time::time_res_traits>::tick_type
std::cout << t_5.ticks() << std::endl;
^
..\libs\date_time\test\posix_time\testduration.cpp(86): error: more than one operator "<<" matches these operands:
function "std::basic_ostream<_E, _Tr>::operator<<(std::_Bool={bool={bool}}) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(short) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(unsigned short) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(int) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(unsigned int) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(long) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(unsigned long) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(float) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(double) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(long double) [with _E=char, _Tr=std::char_traits<char>]"
operand types are: std::basic_ostream<char, std::char_traits<char>> << boost::date_time::time_resolution_traits<boost::int64_t, boost::date_time::nano, 1000000000i64, (unsigned short)9U, boost::int32_t>::fractional_seconds_type
std::cout << "res_adjust " << time_res_traits::res_adjust() << std::endl;
^
compilation aborted for ..\libs\date_time\test\posix_time\testduration.cpp (code 2)
CALL "C:\Progra~1\Intel\Compiler70\IA32\bin\ICCVARS.BAT" > nul
"C:\Progra~1\Intel\Compiler70\IA32\bin\icl" /Zm800 -nologo -GX -c /Z7 /Od /Ob0 /GX /GR /MLd /Qwn5 /Qwd985 -Qoption,c,--arg_dep_lookup /Zc:forScope /Qansi_alias /Qvc6 -DBOOST_NO_INTRINSIC_WCHAR_T -I"D:\boost6\1_30_2\results\libs\date_time\test" -I"D:\boost6\1_30_2\boost" -Fo"D:\boost6\1_30_2\results\libs\date_time\test\bin\testfacet.test\meta-intel-7.1\debug\runtime-link-static\testfacet.obj" -Tp"..\libs\date_time\test\gregorian\testfacet.cpp"
testfacet.cpp
..\libs\date_time\test\gregorian\testfacet.cpp(92): error: no instance of function template "std::has_facet" matches the argument list
argument types are: (std::locale)
!std::has_facet<date_facet>(global));
^
..\libs\date_time\test\gregorian\testfacet.cpp(94): error: no instance of constructor "std::locale::locale" matches the argument list
argument types are: (std::locale, date_facet *)
std::locale global2(global,
^
..\libs\date_time\test\gregorian\testfacet.cpp(102): error: no instance of function template "std::has_facet" matches the argument list
argument types are: (std::locale)
std::has_facet<boost::date_time::date_names_put<facet_config> >(global2));
^
..\libs\date_time\test\gregorian\testfacet.cpp(138): error: no instance of constructor "std::locale::locale" matches the argument list
argument types are: (std::locale, date_facet *)
std::locale german_dates1(global,
^
..\libs\date_time\test\gregorian\testfacet.cpp(154): error: no instance of constructor "std::locale::locale" matches the argument list
argument types are: (std::locale, date_facet *)
std::locale german_dates2(global,
^
compilation aborted for ..\libs\date_time\test\gregorian\testfacet.cpp (code 4)
CALL "C:\Progra~1\Intel\Compiler70\IA32\bin\ICCVARS.BAT" > nul
"C:\Progra~1\Intel\Compiler70\IA32\bin\icl" /Zm800 -nologo -GX -c /Z7 /Od /Ob0 /GX /GR /MDd /Qwn5 /Qwd985 -Qoption,c,--arg_dep_lookup /Zc:forScope /Qansi_alias /Qvc6 -DBOOST_NO_INTRINSIC_WCHAR_T -I"D:\boost6\1_30_2\results\libs\date_time\test" -I"D:\boost6\1_30_2\boost" -Fo"D:\boost6\1_30_2\results\libs\date_time\test\bin\testint_adapter.test\meta-intel-7.1\debug\runtime-link-dynamic\testint_adapter.obj" -Tp"..\libs\date_time\test\testint_adapter.cpp"
testint_adapter.cpp
..\libs\date_time\test\testint_adapter.cpp(19): error: more than one operator "<<" matches these operands:
function "std::basic_ostream<_E, _Tr>::operator<<(std::_Bool={bool={bool}}) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(short) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(unsigned short) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(int) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(unsigned int) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(long) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(unsigned long) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(float) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(double) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(long double) [with _E=char, _Tr=std::char_traits<char>]"
operand types are: std::basic_ostream<char, std::char_traits<char>> << boost::date_time::int_adapter<boost::int64_t>::int_type
std::cout << "min: " << int_type::min().as_number() << std::endl;
^
detected during instantiation of "void print<int_type>() [with int_type=boost::date_time::int_adapter<boost::int64_t={__int64}>]"
..\libs\date_time\test\testint_adapter.cpp(20): error: more than one operator "<<" matches these operands:
function "std::basic_ostream<_E, _Tr>::operator<<(std::_Bool={bool={bool}}) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(short) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(unsigned short) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(int) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(unsigned int) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(long) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(unsigned long) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(float) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(double) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(long double) [with _E=char, _Tr=std::char_traits<char>]"
operand types are: std::basic_ostream<char, std::char_traits<char>> << boost::date_time::int_adapter<boost::int64_t>::int_type
std::cout << "max: " << int_type::max().as_number() << std::endl;
^
detected during instantiation of "void print<int_type>() [with int_type=boost::date_time::int_adapter<boost::int64_t={__int64}>]"
..\libs\date_time\test\testint_adapter.cpp(21): error: more than one operator "<<" matches these operands:
function "std::basic_ostream<_E, _Tr>::operator<<(std::_Bool={bool={bool}}) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(short) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(unsigned short) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(int) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(unsigned int) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(long) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(unsigned long) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(float) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(double) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(long double) [with _E=char, _Tr=std::char_traits<char>]"
operand types are: std::basic_ostream<char, std::char_traits<char>> << boost::date_time::int_adapter<boost::int64_t>::int_type
std::cout << "neg_infin: " <<
^
detected during instantiation of "void print<int_type>() [with int_type=boost::date_time::int_adapter<boost::int64_t={__int64}>]"
..\libs\date_time\test\testint_adapter.cpp(23): error: more than one operator "<<" matches these operands:
function "std::basic_ostream<_E, _Tr>::operator<<(std::_Bool={bool={bool}}) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(short) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(unsigned short) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(int) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(unsigned int) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(long) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(unsigned long) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(float) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(double) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(long double) [with _E=char, _Tr=std::char_traits<char>]"
operand types are: std::basic_ostream<char, std::char_traits<char>> << boost::date_time::int_adapter<boost::int64_t>::int_type
std::cout << "pos_infin: " <<
^
detected during instantiation of "void print<int_type>() [with int_type=boost::date_time::int_adapter<boost::int64_t={__int64}>]"
..\libs\date_time\test\testint_adapter.cpp(25): error: more than one operator "<<" matches these operands:
function "std::basic_ostream<_E, _Tr>::operator<<(std::_Bool={bool={bool}}) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(short) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(unsigned short) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(int) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(unsigned int) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(long) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(unsigned long) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(float) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(double) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(long double) [with _E=char, _Tr=std::char_traits<char>]"
operand types are: std::basic_ostream<char, std::char_traits<char>> << boost::date_time::int_adapter<boost::int64_t>::int_type
std::cout << "not a number: " <<
^
detected during instantiation of "void print<int_type>() [with int_type=boost::date_time::int_adapter<boost::int64_t={__int64}>]"
compilation aborted for ..\libs\date_time\test\testint_adapter.cpp (code 4)
CALL "C:\Progra~1\Intel\Compiler70\IA32\bin\ICCVARS.BAT" > nul
"C:\Progra~1\Intel\Compiler70\IA32\bin\icl" /Zm800 -nologo -GX -c -DBOOST_DATE_TIME_POSIX_TIME_STD_CONFIG /Z7 /Od /Ob0 /GX /GR /MLd /Qwn5 /Qwd985 -Qoption,c,--arg_dep_lookup /Zc:forScope /Qansi_alias /Qvc6 -DBOOST_NO_INTRINSIC_WCHAR_T -I"D:\boost6\1_30_2\results\libs\date_time\test" -I"D:\boost6\1_30_2\boost" -Fo"D:\boost6\1_30_2\results\libs\date_time\test\bin\testiterator.test\meta-intel-7.1\debug\runtime-link-static\testiterator.obj" -Tp"..\libs\date_time\test\posix_time\testiterator.cpp"
testiterator.cpp
D:\boost6\1_30_2\boost\boost/date_time/posix_time/time_formatters.hpp(43): error: more than one operator "<<" matches these operands:
function "std::basic_ostream<_E, _Tr>::operator<<(std::_Bool={bool={bool}}) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(short) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(unsigned short) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(int) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(unsigned int) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(long) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(unsigned long) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(float) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(double) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(long double) [with _E=char, _Tr=std::char_traits<char>]"
operand types are: std::basic_ostream<char, std::char_traits<char>> << boost::posix_time::time_duration::fractional_seconds_type
<< frac_sec;
^
D:\boost6\1_30_2\boost\boost/date_time/posix_time/time_formatters.hpp(74): error: more than one operator "<<" matches these operands:
function "std::basic_ostream<_E, _Tr>::operator<<(std::_Bool={bool={bool}}) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(short) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(unsigned short) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(int) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(unsigned int) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(long) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(unsigned long) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(float) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(double) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(long double) [with _E=char, _Tr=std::char_traits<char>]"
operand types are: std::basic_ostream<char, std::char_traits<char>> << boost::posix_time::time_duration::fractional_seconds_type
<< frac_sec;
^
D:\boost6\1_30_2\boost\boost/lexical_cast.hpp(150): error: no operator ">>" matches these operands
operand types are: std::basic_stringstream<char, std::char_traits<char>, std::allocator<char>> >> boost::int64_t
stream >> output &&
^
detected during:
instantiation of "bool={bool} boost::detail::lexical_stream<Target, Source>::operator>>(InputStreamable &) [with Target=boost::int64_t={__int64}, Source=std::basic_string<char, std::char_traits<char>, std::allocator<char>>, InputStreamable=boost::int64_t={__int64}]" at line 189
instantiation of "Target boost::lexical_cast<Target,Source>(Source) [with Target=boost::int64_t={__int64}, Source=std::basic_string<char, std::char_traits<char>, std::allocator<char>>]" at line 47 of "D:\boost6\1_30_2\boost\boost/date_time/time_parsing.hpp"
instantiation of "time_duration boost::date_time::parse_delimited_time_duration<time_duration>(const std::string &) [with time_duration=boost::posix_time::time_duration]"
compilation aborted for ..\libs\date_time\test\posix_time\testiterator.cpp (code 2)
call "C:\Program Files\Metrowerks\CodeWarrior\Other Metrowerks Tools\Command Line Tools\cwenv.bat" -quiet
mwcc -maxerrors 5 -maxwarnings 20 -c -warn on,nounusedexpr,nounused -cwd include -DBOOST_DATE_TIME_POSIX_TIME_STD_CONFIG -DNOMINMAX -nowraplines -lang c++ -g -O0 -inline off -prefix UseDLLPrefix.h -runtime dmd -iso_templates on -iso_templates on -I"D:\boost6\1_30_2\results\libs\date_time\test" -I- -I"D:\boost6\1_30_2\boost" -o "D:\boost6\1_30_2\results\libs\date_time\test\bin\testlocal_adjustor.test\cwpro8\debug\runtime-link-dynamic\testlocal_adjustor.obj" "..\libs\date_time\test\posix_time\testlocal_adjustor.cpp"
### mwcc Compiler:
# In: ..\boost\date_time\gregorian_calendar.ipp
# From: ..\libs\date_time\test\posix_time\testlocal_adjustor.cpp
# -----------------------------------------------------------------
# 185: case 4:
# Error: ^
# undefined identifier 'dst_offset'
Errors caused tool to abort.
CALL "C:\Progra~1\Intel\Compiler70\IA32\bin\ICCVARS.BAT" > nul
"C:\Progra~1\Intel\Compiler70\IA32\bin\icl" /Zm800 -nologo -GX -c -DBOOST_DATE_TIME_POSIX_TIME_STD_CONFIG /Z7 /Od /Ob0 /GX /GR /MLd /Qwn5 /Qwd985 -Qoption,c,--arg_dep_lookup /Zc:forScope /Qansi_alias /Qvc6 -DBOOST_NO_INTRINSIC_WCHAR_T -I"D:\boost6\1_30_2\results\libs\date_time\test" -I"D:\boost6\1_30_2\boost" -Fo"D:\boost6\1_30_2\results\libs\date_time\test\bin\testlocal_adjustor.test\meta-intel-7.1\debug\runtime-link-static\testlocal_adjustor.obj" -Tp"..\libs\date_time\test\posix_time\testlocal_adjustor.cpp"
testlocal_adjustor.cpp
D:\boost6\1_30_2\boost\boost/date_time/posix_time/time_formatters.hpp(43): error: more than one operator "<<" matches these operands:
function "std::basic_ostream<_E, _Tr>::operator<<(std::_Bool={bool={bool}}) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(short) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(unsigned short) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(int) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(unsigned int) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(long) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(unsigned long) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(float) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(double) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(long double) [with _E=char, _Tr=std::char_traits<char>]"
operand types are: std::basic_ostream<char, std::char_traits<char>> << boost::posix_time::time_duration::fractional_seconds_type
<< frac_sec;
^
D:\boost6\1_30_2\boost\boost/date_time/posix_time/time_formatters.hpp(74): error: more than one operator "<<" matches these operands:
function "std::basic_ostream<_E, _Tr>::operator<<(std::_Bool={bool={bool}}) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(short) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(unsigned short) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(int) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(unsigned int) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(long) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(unsigned long) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(float) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(double) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(long double) [with _E=char, _Tr=std::char_traits<char>]"
operand types are: std::basic_ostream<char, std::char_traits<char>> << boost::posix_time::time_duration::fractional_seconds_type
<< frac_sec;
^
D:\boost6\1_30_2\boost\boost/lexical_cast.hpp(150): error: no operator ">>" matches these operands
operand types are: std::basic_stringstream<char, std::char_traits<char>, std::allocator<char>> >> boost::int64_t
stream >> output &&
^
detected during:
instantiation of "bool={bool} boost::detail::lexical_stream<Target, Source>::operator>>(InputStreamable &) [with Target=boost::int64_t={__int64}, Source=std::basic_string<char, std::char_traits<char>, std::allocator<char>>, InputStreamable=boost::int64_t={__int64}]" at line 189
instantiation of "Target boost::lexical_cast<Target,Source>(Source) [with Target=boost::int64_t={__int64}, Source=std::basic_string<char, std::char_traits<char>, std::allocator<char>>]" at line 47 of "D:\boost6\1_30_2\boost\boost/date_time/time_parsing.hpp"
instantiation of "time_duration boost::date_time::parse_delimited_time_duration<time_duration>(const std::string &) [with time_duration=boost::posix_time::time_duration]"
compilation aborted for ..\libs\date_time\test\posix_time\testlocal_adjustor.cpp (code 2)
CALL "C:\Program Files\Microsoft Visual Studio\VC98\bin\VCVARS32.BAT" >nul
"C:\Program Files\Microsoft Visual Studio\VC98\bin\cl" /Zm800 -nologo -GX -c -DBOOST_DATE_TIME_POSIX_TIME_STD_CONFIG /Z7 /Od /Ob0 /GX /GR /MDd -I"D:\boost6\1_30_2\results\libs\date_time\test" -I"D:\boost6\1_30_2\boost" -Fo"D:\boost6\1_30_2\results\libs\date_time\test\bin\testlocal_adjustor.test\msvc\debug\runtime-link-dynamic\testlocal_adjustor.obj" -Tp"..\libs\date_time\test\posix_time\testlocal_adjustor.cpp"
testlocal_adjustor.cpp
D:\boost6\1_30_2\boost\boost/date_time/local_time_adjustor.hpp(22) : fatal error C1001: INTERNAL COMPILER ERROR
(compiler file 'msc1.cpp', line 1794)
Please choose the Technical Support command on the Visual C++
Help menu, or open the Technical Support help file for more information
CALL "C:\Program Files\Microsoft Visual Studio\VC98\bin\VCVARS32.BAT" >nul
"C:\Program Files\Microsoft Visual Studio\VC98\bin\cl" /Zm800 -nologo -GX -c -DBOOST_DATE_TIME_POSIX_TIME_STD_CONFIG -D_STLP_NO_SGI_IOSTREAMS=1 -D_STLP_DO_IMPORT_CSTD_FUNCTIONS=1 -D_STLP_DEBUG=1 -D_STLP_DEBUG_UNINITIALIZED=1 /Z7 /Od /Ob0 /GX /GR /MDd -I"D:\boost6\1_30_2\results\libs\date_time\test" -I"C:\Program Files\STLPort-RC_1_30_0\STLport-4.5.3\stlport" -I"D:\boost6\1_30_2\boost" -Fo"D:\boost6\1_30_2\results\libs\date_time\test\bin\testlocal_adjustor.test\msvc-stlport\debug\runtime-link-dynamic\stlport-cstd-namespace-std\stlport-iostream-off\stlport-version-4.5.3\testlocal_adjustor.obj" -Tp"..\libs\date_time\test\posix_time\testlocal_adjustor.cpp"
testlocal_adjustor.cpp
D:\boost6\1_30_2\boost\boost/date_time/local_time_adjustor.hpp(22) : fatal error C1001: INTERNAL COMPILER ERROR
(compiler file 'msc1.cpp', line 1794)
Please choose the Technical Support command on the Visual C++
Help menu, or open the Technical Support help file for more information
CALL "C:\Progra~1\Intel\Compiler70\IA32\bin\ICCVARS.BAT" > nul
"C:\Progra~1\Intel\Compiler70\IA32\bin\icl" /Zm800 -nologo -GX -c -DBOOST_DATE_TIME_POSIX_TIME_STD_CONFIG /Z7 /Od /Ob0 /GX /GR /MLd /Qwn5 /Qwd985 -Qoption,c,--arg_dep_lookup /Zc:forScope /Qansi_alias /Qvc6 -DBOOST_NO_INTRINSIC_WCHAR_T -I"D:\boost6\1_30_2\results\libs\date_time\test" -I"D:\boost6\1_30_2\boost" -Fo"D:\boost6\1_30_2\results\libs\date_time\test\bin\testmicrosec_time_clock.test\meta-intel-7.1\debug\runtime-link-static\testmicrosec_time_clock.obj" -Tp"..\libs\date_time\test\posix_time\testmicrosec_time_clock.cpp"
testmicrosec_time_clock.cpp
D:\boost6\1_30_2\boost\boost/date_time/posix_time/time_formatters.hpp(43): error: more than one operator "<<" matches these operands:
function "std::basic_ostream<_E, _Tr>::operator<<(std::_Bool={bool={bool}}) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(short) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(unsigned short) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(int) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(unsigned int) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(long) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(unsigned long) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(float) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(double) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(long double) [with _E=char, _Tr=std::char_traits<char>]"
operand types are: std::basic_ostream<char, std::char_traits<char>> << boost::posix_time::time_duration::fractional_seconds_type
<< frac_sec;
^
D:\boost6\1_30_2\boost\boost/date_time/posix_time/time_formatters.hpp(74): error: more than one operator "<<" matches these operands:
function "std::basic_ostream<_E, _Tr>::operator<<(std::_Bool={bool={bool}}) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(short) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(unsigned short) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(int) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(unsigned int) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(long) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(unsigned long) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(float) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(double) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(long double) [with _E=char, _Tr=std::char_traits<char>]"
operand types are: std::basic_ostream<char, std::char_traits<char>> << boost::posix_time::time_duration::fractional_seconds_type
<< frac_sec;
^
D:\boost6\1_30_2\boost\boost/lexical_cast.hpp(150): error: no operator ">>" matches these operands
operand types are: std::basic_stringstream<char, std::char_traits<char>, std::allocator<char>> >> boost::int64_t
stream >> output &&
^
detected during:
instantiation of "bool={bool} boost::detail::lexical_stream<Target, Source>::operator>>(InputStreamable &) [with Target=boost::int64_t={__int64}, Source=std::basic_string<char, std::char_traits<char>, std::allocator<char>>, InputStreamable=boost::int64_t={__int64}]" at line 189
instantiation of "Target boost::lexical_cast<Target,Source>(Source) [with Target=boost::int64_t={__int64}, Source=std::basic_string<char, std::char_traits<char>, std::allocator<char>>]" at line 47 of "D:\boost6\1_30_2\boost\boost/date_time/time_parsing.hpp"
instantiation of "time_duration boost::date_time::parse_delimited_time_duration<time_duration>(const std::string &) [with time_duration=boost::posix_time::time_duration]"
compilation aborted for ..\libs\date_time\test\posix_time\testmicrosec_time_clock.cpp (code 2)
CALL "C:\Progra~1\Intel\Compiler70\IA32\bin\ICCVARS.BAT" > nul
"C:\Progra~1\Intel\Compiler70\IA32\bin\icl" /Zm800 -nologo -GX -c -DBOOST_DATE_TIME_POSIX_TIME_STD_CONFIG /Z7 /Od /Ob0 /GX /GR /MLd /Qwn5 /Qwd985 -Qoption,c,--arg_dep_lookup /Zc:forScope /Qansi_alias /Qvc6 -DBOOST_NO_INTRINSIC_WCHAR_T -I"D:\boost6\1_30_2\results\libs\date_time\test" -I"D:\boost6\1_30_2\boost" -Fo"D:\boost6\1_30_2\results\libs\date_time\test\bin\testparse_time.test\meta-intel-7.1\debug\runtime-link-static\testparse_time.obj" -Tp"..\libs\date_time\test\posix_time\testparse_time.cpp"
testparse_time.cpp
D:\boost6\1_30_2\boost\boost/date_time/posix_time/time_formatters.hpp(43): error: more than one operator "<<" matches these operands:
function "std::basic_ostream<_E, _Tr>::operator<<(std::_Bool={bool={bool}}) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(short) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(unsigned short) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(int) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(unsigned int) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(long) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(unsigned long) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(float) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(double) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(long double) [with _E=char, _Tr=std::char_traits<char>]"
operand types are: std::basic_ostream<char, std::char_traits<char>> << boost::posix_time::time_duration::fractional_seconds_type
<< frac_sec;
^
D:\boost6\1_30_2\boost\boost/date_time/posix_time/time_formatters.hpp(74): error: more than one operator "<<" matches these operands:
function "std::basic_ostream<_E, _Tr>::operator<<(std::_Bool={bool={bool}}) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(short) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(unsigned short) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(int) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(unsigned int) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(long) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(unsigned long) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(float) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(double) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(long double) [with _E=char, _Tr=std::char_traits<char>]"
operand types are: std::basic_ostream<char, std::char_traits<char>> << boost::posix_time::time_duration::fractional_seconds_type
<< frac_sec;
^
D:\boost6\1_30_2\boost\boost/lexical_cast.hpp(150): error: no operator ">>" matches these operands
operand types are: std::basic_stringstream<char, std::char_traits<char>, std::allocator<char>> >> boost::int64_t
stream >> output &&
^
detected during:
instantiation of "bool={bool} boost::detail::lexical_stream<Target, Source>::operator>>(InputStreamable &) [with Target=boost::int64_t={__int64}, Source=std::basic_string<char, std::char_traits<char>, std::allocator<char>>, InputStreamable=boost::int64_t={__int64}]" at line 189
instantiation of "Target boost::lexical_cast<Target,Source>(Source) [with Target=boost::int64_t={__int64}, Source=std::basic_string<char, std::char_traits<char>, std::allocator<char>>]" at line 47 of "D:\boost6\1_30_2\boost\boost/date_time/time_parsing.hpp"
instantiation of "time_duration boost::date_time::parse_delimited_time_duration<time_duration>(const std::string &) [with time_duration=boost::posix_time::time_duration]"
compilation aborted for ..\libs\date_time\test\posix_time\testparse_time.cpp (code 2)
CALL "C:\Progra~1\Intel\Compiler70\IA32\bin\ICCVARS.BAT" > nul
"C:\Progra~1\Intel\Compiler70\IA32\bin\icl" /Zm800 -nologo -GX -c -DBOOST_DATE_TIME_POSIX_TIME_STD_CONFIG /Z7 /Od /Ob0 /GX /GR /MLd /Qwn5 /Qwd985 -Qoption,c,--arg_dep_lookup /Zc:forScope /Qansi_alias /Qvc6 -DBOOST_NO_INTRINSIC_WCHAR_T -I"D:\boost6\1_30_2\results\libs\date_time\test" -I"D:\boost6\1_30_2\boost" -Fo"D:\boost6\1_30_2\results\libs\date_time\test\bin\testtime.test\meta-intel-7.1\debug\runtime-link-static\testtime.obj" -Tp"..\libs\date_time\test\posix_time\testtime.cpp"
testtime.cpp
D:\boost6\1_30_2\boost\boost/date_time/posix_time/time_formatters.hpp(43): error: more than one operator "<<" matches these operands:
function "std::basic_ostream<_E, _Tr>::operator<<(std::_Bool={bool={bool}}) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(short) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(unsigned short) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(int) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(unsigned int) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(long) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(unsigned long) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(float) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(double) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(long double) [with _E=char, _Tr=std::char_traits<char>]"
operand types are: std::basic_ostream<char, std::char_traits<char>> << boost::posix_time::time_duration::fractional_seconds_type
<< frac_sec;
^
D:\boost6\1_30_2\boost\boost/date_time/posix_time/time_formatters.hpp(74): error: more than one operator "<<" matches these operands:
function "std::basic_ostream<_E, _Tr>::operator<<(std::_Bool={bool={bool}}) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(short) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(unsigned short) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(int) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(unsigned int) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(long) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(unsigned long) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(float) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(double) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(long double) [with _E=char, _Tr=std::char_traits<char>]"
operand types are: std::basic_ostream<char, std::char_traits<char>> << boost::posix_time::time_duration::fractional_seconds_type
<< frac_sec;
^
D:\boost6\1_30_2\boost\boost/lexical_cast.hpp(150): error: no operator ">>" matches these operands
operand types are: std::basic_stringstream<char, std::char_traits<char>, std::allocator<char>> >> boost::int64_t
stream >> output &&
^
detected during:
instantiation of "bool={bool} boost::detail::lexical_stream<Target, Source>::operator>>(InputStreamable &) [with Target=boost::int64_t={__int64}, Source=std::basic_string<char, std::char_traits<char>, std::allocator<char>>, InputStreamable=boost::int64_t={__int64}]" at line 189
instantiation of "Target boost::lexical_cast<Target,Source>(Source) [with Target=boost::int64_t={__int64}, Source=std::basic_string<char, std::char_traits<char>, std::allocator<char>>]" at line 47 of "D:\boost6\1_30_2\boost\boost/date_time/time_parsing.hpp"
instantiation of "time_duration boost::date_time::parse_delimited_time_duration<time_duration>(const std::string &) [with time_duration=boost::posix_time::time_duration]"
compilation aborted for ..\libs\date_time\test\posix_time\testtime.cpp (code 2)
CALL "C:\Progra~1\Intel\Compiler70\IA32\bin\ICCVARS.BAT" > nul
"C:\Progra~1\Intel\Compiler70\IA32\bin\icl" /Zm800 -nologo -GX -c /Z7 /Od /Ob0 /GX /GR /MDd /Qwn5 /Qwd985 -Qoption,c,--arg_dep_lookup /Zc:forScope /Qansi_alias /Qvc6 -DBOOST_NO_INTRINSIC_WCHAR_T -I"D:\boost6\1_30_2\results\libs\date_time\test" -I"D:\boost6\1_30_2\boost" -Fo"D:\boost6\1_30_2\results\libs\date_time\test\bin\testtime_resolution_traits.test\meta-intel-7.1\debug\runtime-link-dynamic\testtime_resolution_traits.obj" -Tp"..\libs\date_time\test\testtime_resolution_traits.cpp"
testtime_resolution_traits.cpp
..\libs\date_time\test\testtime_resolution_traits.cpp(59): error: more than one operator "<<" matches these operands:
function "std::basic_ostream<_E, _Tr>::operator<<(std::_Bool={bool={bool}}) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(short) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(unsigned short) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(int) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(unsigned int) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(long) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(unsigned long) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(float) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(double) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(long double) [with _E=char, _Tr=std::char_traits<char>]"
operand types are: std::ostream << boost::int64_t
std::cout << one_hour_micro << std::endl;
^
..\libs\date_time\test\testtime_resolution_traits.cpp(64): error: more than one operator "<<" matches these operands:
function "std::basic_ostream<_E, _Tr>::operator<<(std::_Bool={bool={bool}}) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(short) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(unsigned short) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(int) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(unsigned int) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(long) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(unsigned long) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(float) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(double) [with _E=char, _Tr=std::char_traits<char>]"
function "std::basic_ostream<_E, _Tr>::operator<<(long double) [with _E=char, _Tr=std::char_traits<char>]"
operand types are: std::ostream << boost::int64_t
std::cout << one_hour_nano << std::endl;
^
compilation aborted for ..\libs\date_time\test\testtime_resolution_traits.cpp (code 2)
CALL "C:\Program Files\Microsoft Visual Studio\VC98\bin\VCVARS32.BAT" >nul
"C:\Program Files\Microsoft Visual Studio\VC98\bin\cl" /Zm800 -nologo -GX -c -D_STLP_NO_SGI_IOSTREAMS=1 -D_STLP_DO_IMPORT_CSTD_FUNCTIONS=1 -D_STLP_DEBUG=1 -D_STLP_DEBUG_UNINITIALIZED=1 /Z7 /Od /Ob0 /GX /GR /MDd -I"D:\boost6\1_30_2\results\libs\filesystem\test" -I"C:\Program Files\STLPort-RC_1_30_0\STLport-4.5.3\stlport" -I"D:\boost6\1_30_2\boost" -Fo"D:\boost6\1_30_2\results\libs\filesystem\test\bin\fstream_test.test\msvc-stlport\debug\runtime-link-dynamic\stlport-cstd-namespace-std\stlport-iostream-off\stlport-version-4.5.3\fstream_test.obj" -Tp"D:\boost6\1_30_2\boost\libs/filesystem/test\fstream_test.cpp"
fstream_test.cpp
D:\boost6\1_30_2\boost\boost/filesystem/fstream.hpp(25) : error C2143: syntax error : missing ',' before '<'
D:\boost6\1_30_2\boost\boost/filesystem/fstream.hpp(38) : see reference to class template instantiation 'boost::filesystem::basic_filebuf<charT,traits>' being compiled
D:\boost6\1_30_2\boost\boost/filesystem/fstream.hpp(25) : error C2059: syntax error : '<'
D:\boost6\1_30_2\boost\boost/filesystem/fstream.hpp(38) : see reference to class template instantiation 'boost::filesystem::basic_filebuf<charT,traits>' being compiled
D:\boost6\1_30_2\boost\boost/filesystem/fstream.hpp(24) : error C2239: unexpected token '>' following declaration of 'charT'
D:\boost6\1_30_2\boost\boost/filesystem/fstream.hpp(24) : error C2059: syntax error : '>'
D:\boost6\1_30_2\boost\boost/filesystem/fstream.hpp(24) : error C2371: 'charT' : redefinition; different basic types
D:\boost6\1_30_2\boost\boost/filesystem/fstream.hpp(24) : see declaration of 'charT'
D:\boost6\1_30_2\boost\boost/filesystem/fstream.hpp(24) : error C2239: unexpected token '>' following declaration of 'charT'
D:\boost6\1_30_2\boost\boost/filesystem/fstream.hpp(24) : error C2059: syntax error : '>'
D:\boost6\1_30_2\boost\boost/filesystem/fstream.hpp(46) : error C2143: syntax error : missing ',' before '<'
D:\boost6\1_30_2\boost\boost/filesystem/fstream.hpp(63) : see reference to class template instantiation 'boost::filesystem::basic_ifstream<charT,traits>' being compiled
D:\boost6\1_30_2\boost\boost/filesystem/fstream.hpp(46) : error C2059: syntax error : '<'
D:\boost6\1_30_2\boost\boost/filesystem/fstream.hpp(63) : see reference to class template instantiation 'boost::filesystem::basic_ifstream<charT,traits>' being compiled
D:\boost6\1_30_2\boost\boost/filesystem/fstream.hpp(45) : error C2371: 'charT' : redefinition; different basic types
D:\boost6\1_30_2\boost\boost/filesystem/fstream.hpp(24) : see declaration of 'charT'
D:\boost6\1_30_2\boost\boost/filesystem/fstream.hpp(45) : error C2239: unexpected token '>' following declaration of 'charT'
D:\boost6\1_30_2\boost\boost/filesystem/fstream.hpp(45) : error C2059: syntax error : '>'
D:\boost6\1_30_2\boost\boost/filesystem/fstream.hpp(45) : error C2371: 'charT' : redefinition; different basic types
D:\boost6\1_30_2\boost\boost/filesystem/fstream.hpp(24) : see declaration of 'charT'
D:\boost6\1_30_2\boost\boost/filesystem/fstream.hpp(45) : error C2239: unexpected token '>' following declaration of 'charT'
D:\boost6\1_30_2\boost\boost/filesystem/fstream.hpp(45) : error C2059: syntax error : '>'
D:\boost6\1_30_2\boost\boost/filesystem/fstream.hpp(71) : error C2143: syntax error : missing ',' before '<'
D:\boost6\1_30_2\boost\boost/filesystem/fstream.hpp(88) : see reference to class template instantiation 'boost::filesystem::basic_ofstream<charT,traits>' being compiled
D:\boost6\1_30_2\boost\boost/filesystem/fstream.hpp(71) : error C2059: syntax error : '<'
D:\boost6\1_30_2\boost\boost/filesystem/fstream.hpp(88) : see reference to class template instantiation 'boost::filesystem::basic_ofstream<charT,traits>' being compiled
D:\boost6\1_30_2\boost\boost/filesystem/fstream.hpp(70) : error C2371: 'charT' : redefinition; different basic types
D:\boost6\1_30_2\boost\boost/filesystem/fstream.hpp(24) : see declaration of 'charT'
D:\boost6\1_30_2\boost\boost/filesystem/fstream.hpp(70) : error C2239: unexpected token '>' following declaration of 'charT'
D:\boost6\1_30_2\boost\boost/filesystem/fstream.hpp(70) : error C2059: syntax error : '>'
D:\boost6\1_30_2\boost\boost/filesystem/fstream.hpp(70) : error C2371: 'charT' : redefinition; different basic types
D:\boost6\1_30_2\boost\boost/filesystem/fstream.hpp(24) : see declaration of 'charT'
D:\boost6\1_30_2\boost\boost/filesystem/fstream.hpp(70) : error C2239: unexpected token '>' following declaration of 'charT'
D:\boost6\1_30_2\boost\boost/filesystem/fstream.hpp(70) : error C2059: syntax error : '>'
D:\boost6\1_30_2\boost\boost/filesystem/fstream.hpp(96) : error C2143: syntax error : missing ',' before '<'
D:\boost6\1_30_2\boost\boost/filesystem/fstream.hpp(113) : see reference to class template instantiation 'boost::filesystem::basic_fstream<charT,traits>' being compiled
D:\boost6\1_30_2\boost\boost/filesystem/fstream.hpp(96) : error C2059: syntax error : '<'
D:\boost6\1_30_2\boost\boost/filesystem/fstream.hpp(113) : see reference to class template instantiation 'boost::filesystem::basic_fstream<charT,traits>' being compiled
D:\boost6\1_30_2\boost\boost/filesystem/fstream.hpp(95) : error C2371: 'charT' : redefinition; different basic types
D:\boost6\1_30_2\boost\boost/filesystem/fstream.hpp(24) : see declaration of 'charT'
D:\boost6\1_30_2\boost\boost/filesystem/fstream.hpp(95) : error C2239: unexpected token '>' following declaration of 'charT'
D:\boost6\1_30_2\boost\boost/filesystem/fstream.hpp(95) : error C2059: syntax error : '>'
D:\boost6\1_30_2\boost\boost/filesystem/fstream.hpp(95) : error C2371: 'charT' : redefinition; different basic types
D:\boost6\1_30_2\boost\boost/filesystem/fstream.hpp(24) : see declaration of 'charT'
D:\boost6\1_30_2\boost\boost/filesystem/fstream.hpp(95) : error C2239: unexpected token '>' following declaration of 'charT'
D:\boost6\1_30_2\boost\boost/filesystem/fstream.hpp(95) : error C2059: syntax error : '>'
D:\boost6\1_30_2\boost\boost/filesystem/fstream.hpp(24) : error C2059: syntax error : '>'
D:\boost6\1_30_2\boost\libs/filesystem/test\fstream_test.cpp(27) : error C2143: syntax error : missing ';' before '>'
D:\boost6\1_30_2\boost\libs/filesystem/test\fstream_test.cpp(28) : error C2039: 'filebuf' : is not a member of 'filesystem'
D:\boost6\1_30_2\boost\libs/filesystem/test\fstream_test.cpp(28) : error C2065: 'filebuf' : undeclared identifier
D:\boost6\1_30_2\boost\libs/filesystem/test\fstream_test.cpp(28) : error C2146: syntax error : missing ';' before identifier 'cfb'
D:\boost6\1_30_2\boost\libs/filesystem/test\fstream_test.cpp(28) : error C2065: 'cfb' : undeclared identifier
D:\boost6\1_30_2\boost\libs/filesystem/test\fstream_test.cpp(30) : error C2065: 'bfb' : undeclared identifier
D:\boost6\1_30_2\boost\libs/filesystem/test\fstream_test.cpp(30) : error C2228: left of '.open' must have class/struct/union type
D:\boost6\1_30_2\boost\libs/filesystem/test\fstream_test.cpp(31) : error C2228: left of '.open' must have class/struct/union type
D:\boost6\1_30_2\boost\libs/filesystem/test\fstream_test.cpp(34) : error C2039: 'wfilebuf' : is not a member of 'filesystem'
D:\boost6\1_30_2\boost\libs/filesystem/test\fstream_test.cpp(34) : error C2065: 'wfilebuf' : undeclared identifier
D:\boost6\1_30_2\boost\libs/filesystem/test\fstream_test.cpp(34) : error C2146: syntax error : missing ';' before identifier 'wfb'
D:\boost6\1_30_2\boost\libs/filesystem/test\fstream_test.cpp(34) : error C2065: 'wfb' : undeclared identifier
D:\boost6\1_30_2\boost\libs/filesystem/test\fstream_test.cpp(35) : error C2228: left of '.open' must have class/struct/union type
D:\boost6\1_30_2\boost\boost/filesystem/fstream.hpp(70) : error C2059: syntax error : '>'
D:\boost6\1_30_2\boost\libs/filesystem/test\fstream_test.cpp(45) : error C2143: syntax error : missing ';' before '>'
D:\boost6\1_30_2\boost\libs/filesystem/test\fstream_test.cpp(46) : error C2039: 'ofstream' : is not a member of 'filesystem'
D:\boost6\1_30_2\boost\libs/filesystem/test\fstream_test.cpp(46) : error C2065: 'ofstream' : undeclared identifier
D:\boost6\1_30_2\boost\libs/filesystem/test\fstream_test.cpp(46) : error C2146: syntax error : missing ';' before identifier 'cofs'
D:\boost6\1_30_2\boost\libs/filesystem/test\fstream_test.cpp(46) : error C2065: 'cofs' : undeclared identifier
D:\boost6\1_30_2\boost\libs/filesystem/test\fstream_test.cpp(48) : error C2065: 'bofs' : undeclared identifier
D:\boost6\1_30_2\boost\libs/filesystem/test\fstream_test.cpp(48) : error C2228: left of '.is_open' must have class/struct/union type
D:\boost6\1_30_2\boost\libs/filesystem/test\fstream_test.cpp(49) : error C2228: left of '.is_open' must have class/struct/union type
D:\boost6\1_30_2\boost\libs/filesystem/test\fstream_test.cpp(51) : error C2297: '<<' : illegal, right operand has type 'char [18]'
D:\boost6\1_30_2\boost\libs/filesystem/test\fstream_test.cpp(52) : error C2297: '<<' : illegal, right operand has type 'char [18]'
D:\boost6\1_30_2\boost\libs/filesystem/test\fstream_test.cpp(55) : error C2228: left of '.open' must have class/struct/union type
D:\boost6\1_30_2\boost\libs/filesystem/test\fstream_test.cpp(56) : error C2228: left of '.open' must have class/struct/union type
D:\boost6\1_30_2\boost\libs/filesystem/test\fstream_test.cpp(59) : error C2039: 'wofstream' : is not a member of 'filesystem'
D:\boost6\1_30_2\boost\libs/filesystem/test\fstream_test.cpp(59) : error C2065: 'wofstream' : undeclared identifier
D:\boost6\1_30_2\boost\libs/filesystem/test\fstream_test.cpp(59) : error C2146: syntax error : missing ';' before identifier 'wofs'
D:\boost6\1_30_2\boost\libs/filesystem/test\fstream_test.cpp(59) : error C2065: 'wofs' : undeclared identifier
D:\boost6\1_30_2\boost\libs/filesystem/test\fstream_test.cpp(60) : error C2228: left of '.is_open' must have class/struct/union type
D:\boost6\1_30_2\boost\libs/filesystem/test\fstream_test.cpp(61) : error C2297: '<<' : illegal, right operand has type 'unsigned short [18]'
D:\boost6\1_30_2\boost\libs/filesystem/test\fstream_test.cpp(62) : error C2228: left of '.open' must have class/struct/union type
D:\boost6\1_30_2\boost\boost/filesystem/fstream.hpp(45) : error C2059: syntax error : '>'
D:\boost6\1_30_2\boost\libs/filesystem/test\fstream_test.cpp(67) : error C2143: syntax error : missing ';' before '>'
D:\boost6\1_30_2\boost\libs/filesystem/test\fstream_test.cpp(68) : error C2039: 'ifstream' : is not a member of 'filesystem'
D:\boost6\1_30_2\boost\libs/filesystem/test\fstream_test.cpp(68) : error C2065: 'ifstream' : undeclared identifier
D:\boost6\1_30_2\boost\libs/filesystem/test\fstream_test.cpp(68) : error C2146: syntax error : missing ';' before identifier 'cifs'
D:\boost6\1_30_2\boost\libs/filesystem/test\fstream_test.cpp(68) : error C2065: 'cifs' : undeclared identifier
D:\boost6\1_30_2\boost\libs/filesystem/test\fstream_test.cpp(70) : error C2065: 'bifs' : undeclared identifier
D:\boost6\1_30_2\boost\libs/filesystem/test\fstream_test.cpp(70) : error C2228: left of '.is_open' must have class/struct/union type
D:\boost6\1_30_2\boost\libs/filesystem/test\fstream_test.cpp(71) : error C2228: left of '.is_open' must have class/struct/union type
D:\boost6\1_30_2\boost\libs/filesystem/test\fstream_test.cpp(76) : error C2677: binary '>>' : no global operator defined which takes type 'class _STL::basic_string<char,struct std::char_traits<char>,class _STL::allocator<char> >' (or there is no acceptable conversion)
D:\boost6\1_30_2\boost\libs/filesystem/test\fstream_test.cpp(77) : error C2677: binary '>>' : no global operator defined which takes type 'class _STL::basic_string<char,struct std::char_traits<char>,class _STL::allocator<char> >' (or there is no acceptable conversion)
D:\boost6\1_30_2\boost\libs/filesystem/test\fstream_test.cpp(83) : error C2228: left of '.open' must have class/struct/union type
D:\boost6\1_30_2\boost\libs/filesystem/test\fstream_test.cpp(84) : error C2228: left of '.open' must have class/struct/union type
D:\boost6\1_30_2\boost\libs/filesystem/test\fstream_test.cpp(87) : error C2039: 'wifstream' : is not a member of 'filesystem'
D:\boost6\1_30_2\boost\libs/filesystem/test\fstream_test.cpp(87) : error C2065: 'wifstream' : undeclared identifier
D:\boost6\1_30_2\boost\libs/filesystem/test\fstream_test.cpp(87) : error C2146: syntax error : missing ';' before identifier 'wifs'
D:\boost6\1_30_2\boost\libs/filesystem/test\fstream_test.cpp(87) : error C2065: 'wifs' : undeclared identifier
D:\boost6\1_30_2\boost\libs/filesystem/test\fstream_test.cpp(88) : error C2228: left of '.is_open' must have class/struct/union type
D:\boost6\1_30_2\boost\libs/filesystem/test\fstream_test.cpp(90) : error C2677: binary '>>' : no global operator defined which takes type 'class _STL::basic_string<unsigned short,struct std::char_traits<unsigned short>,class _STL::allocator<unsigned short> >' (or there is no acceptable conversion)
D:\boost6\1_30_2\boost\libs/filesystem/test\fstream_test.cpp(92) : error C2228: left of '.open' must have class/struct/union type
D:\boost6\1_30_2\boost\boost/filesystem/fstream.hpp(95) : error C2059: syntax error : '>'
D:\boost6\1_30_2\boost\libs/filesystem/test\fstream_test.cpp(97) : error C2143: syntax error : missing ';' before '>'
D:\boost6\1_30_2\boost\libs/filesystem/test\fstream_test.cpp(98) : error C2039: 'fstream' : is not a member of 'filesystem'
D:\boost6\1_30_2\boost\libs/filesystem/test\fstream_test.cpp(98) : error C2065: 'fstream' : undeclared identifier
D:\boost6\1_30_2\boost\libs/filesystem/test\fstream_test.cpp(98) : error C2146: syntax error : missing ';' before identifier 'cfs'
D:\boost6\1_30_2\boost\libs/filesystem/test\fstream_test.cpp(98) : error C2065: 'cfs' : undeclared identifier
D:\boost6\1_30_2\boost\libs/filesystem/test\fstream_test.cpp(100) : error C2065: 'bfs' : undeclared identifier
D:\boost6\1_30_2\boost\libs/filesystem/test\fstream_test.cpp(100) : error C2228: left of '.is_open' must have class/struct/union type
D:\boost6\1_30_2\boost\libs/filesystem/test\fstream_test.cpp(101) : error C2228: left of '.is_open' must have class/struct/union type
D:\boost6\1_30_2\boost\libs/filesystem/test\fstream_test.cpp(106) : error C2677: binary '>>' : no global operator defined which takes type 'class _STL::basic_string<char,struct std::char_traits<char>,class _STL::allocator<char> >' (or there is no acceptable conversion)
D:\boost6\1_30_2\boost\libs/filesystem/test\fstream_test.cpp(107) : error C2677: binary '>>' : no global operator defined which takes type 'class _STL::basic_string<char,struct std::char_traits<char>,class _STL::allocator<char> >' (or there is no acceptable conversion)
D:\boost6\1_30_2\boost\libs/filesystem/test\fstream_test.cpp(113) : error C2228: left of '.open' must have class/struct/union type
D:\boost6\1_30_2\boost\libs/filesystem/test\fstream_test.cpp(114) : error C2228: left of '.open' must have class/struct/union type
D:\boost6\1_30_2\boost\libs/filesystem/test\fstream_test.cpp(117) : error C2039: 'wfstream' : is not a member of 'filesystem'
D:\boost6\1_30_2\boost\libs/filesystem/test\fstream_test.cpp(117) : error C2065: 'wfstream' : undeclared identifier
D:\boost6\1_30_2\boost\libs/filesystem/test\fstream_test.cpp(117) : error C2146: syntax error : missing ';' before identifier 'wfs'
D:\boost6\1_30_2\boost\libs/filesystem/test\fstream_test.cpp(117) : fatal error C1003: error count exceeds 100; stopping compilation
CALL "C:\Program Files\Microsoft Visual Studio .NET 2003\VC7\bin\VCVARS32.BAT" >nul
"C:\Program Files\Microsoft Visual Studio .NET 2003\VC7\bin\cl" /Zm800 -nologo -GX -c /Z7 /Od /Ob0 /GX /GR /MDd /Op /Zc:wchar_t,forScope -I"D:\boost6\1_30_2\results\libs\filesystem\test" -I"D:\boost6\1_30_2\boost" -Fo"D:\boost6\1_30_2\results\libs\filesystem\test\bin\fstream_test.test\vc7.1\debug\runtime-link-dynamic\fstream_test.obj" -Tp"D:\boost6\1_30_2\boost\libs/filesystem/test\fstream_test.cpp"
fstream_test.cpp
D:\boost6\1_30_2\boost\boost\filesystem\fstream.hpp(75) : error C2039: '__ctor' : is not a member of 'boost::filesystem::basic_ofstream<charT>'
with
[
charT=char
]
D:\boost6\1_30_2\boost\boost\iterator_adaptors.hpp(1409) : see reference to class template instantiation 'boost::filter_iterator_generator<Predicate,Iterator,Value,Reference,Pointer,Category,Distance>' being compiled
D:\boost6\1_30_2\boost\boost\filesystem\fstream.hpp(82) : error C2039: '__ctor' : is not a member of 'boost::filesystem::basic_ofstream<charT>'
with
[
charT=char
]
D:\boost6\1_30_2\boost\boost\filesystem\fstream.hpp(75) : error C2039: '__ctor' : is not a member of 'boost::filesystem::basic_ofstream<charT>'
with
[
charT=wchar_t
]
D:\boost6\1_30_2\boost\boost\filesystem\fstream.hpp(82) : error C2039: '__ctor' : is not a member of 'boost::filesystem::basic_ofstream<charT>'
with
[
charT=wchar_t
]
D:\boost6\1_30_2\boost\boost\filesystem\fstream.hpp(50) : error C2039: '__ctor' : is not a member of 'boost::filesystem::basic_ifstream<charT>'
with
[
charT=char
]
D:\boost6\1_30_2\boost\boost\filesystem\fstream.hpp(57) : error C2039: '__ctor' : is not a member of 'boost::filesystem::basic_ifstream<charT>'
with
[
charT=char
]
D:\boost6\1_30_2\boost\boost\filesystem\fstream.hpp(50) : error C2039: '__ctor' : is not a member of 'boost::filesystem::basic_ifstream<charT>'
with
[
charT=wchar_t
]
D:\boost6\1_30_2\boost\boost\filesystem\fstream.hpp(57) : error C2039: '__ctor' : is not a member of 'boost::filesystem::basic_ifstream<charT>'
with
[
charT=wchar_t
]
D:\boost6\1_30_2\boost\boost\filesystem\fstream.hpp(100) : error C2039: '__ctor' : is not a member of 'boost::filesystem::basic_fstream<charT>'
with
[
charT=char
]
D:\boost6\1_30_2\boost\boost\filesystem\fstream.hpp(100) : error C2039: '__ctor' : is not a member of 'boost::filesystem::basic_fstream<charT>'
with
[
charT=char
]
D:\boost6\1_30_2\boost\boost\filesystem\fstream.hpp(107) : error C2039: '__ctor' : is not a member of 'boost::filesystem::basic_fstream<charT>'
with
[
charT=char
]
D:\boost6\1_30_2\boost\boost\filesystem\fstream.hpp(107) : error C2039: '__ctor' : is not a member of 'boost::filesystem::basic_fstream<charT>'
with
[
charT=char
]
D:\boost6\1_30_2\boost\boost\filesystem\fstream.hpp(100) : error C2039: '__ctor' : is not a member of 'boost::filesystem::basic_fstream<charT>'
with
[
charT=wchar_t
]
D:\boost6\1_30_2\boost\boost\filesystem\fstream.hpp(100) : error C2039: '__ctor' : is not a member of 'boost::filesystem::basic_fstream<charT>'
with
[
charT=wchar_t
]
D:\boost6\1_30_2\boost\boost\filesystem\fstream.hpp(107) : error C2039: '__ctor' : is not a member of 'boost::filesystem::basic_fstream<charT>'
with
[
charT=wchar_t
]
D:\boost6\1_30_2\boost\boost\filesystem\fstream.hpp(107) : error C2039: '__ctor' : is not a member of 'boost::filesystem::basic_fstream<charT>'
with
[
charT=wchar_t
]
CALL "C:\Program Files\Microsoft Visual Studio\VC98\bin\VCVARS32.BAT" >nul
"C:\Program Files\Microsoft Visual Studio\VC98\bin\cl" /Zm800 -nologo -GX -c -D_STLP_NO_SGI_IOSTREAMS=1 -D_STLP_DO_IMPORT_CSTD_FUNCTIONS=1 -D_STLP_DEBUG=1 -D_STLP_DEBUG_UNINITIALIZED=1 /Z7 /Od /Ob0 /GX /GR /MDd -I"D:\boost6\1_30_2\results\libs\format\test" -I"C:\Program Files\STLPort-RC_1_30_0\STLport-4.5.3\stlport" -I"D:\boost6\1_30_2\boost" -Fo"D:\boost6\1_30_2\results\libs\format\test\bin\format_test1.test\msvc-stlport\debug\runtime-link-dynamic\stlport-cstd-namespace-std\stlport-iostream-off\stlport-version-4.5.3\format_test1.obj" -Tp"..\libs\format\test\format_test1.cpp"
format_test1.cpp
D:\boost6\1_30_2\boost\boost/format/parsing.hpp(41) : error C2668: 'isdigit' : ambiguous call to overloaded function
D:\boost6\1_30_2\boost\boost/format/parsing.hpp(375) : see reference to function template instantiation 'bool __cdecl boost::io::detail::wrap_isdigit(char,class std::basic_ostringstream<char,struct std::char_traits<char>,class std::allocator<char> > &)' being compiled
"C:\Progra~1\Borland\5.5\bin\bcc32" -j5 -g255 -q -c -P -w -Ve -Vx -a8 -b- -v -Od -vi- -tWC -tWR -tWC -WM- -w-8001 -I"D:\boost6\1_30_2\results\libs\format\test" -I"D:\boost6\1_30_2\boost" -I"C:\Progra~1\Borland\5.5\include" -o"D:\boost6\1_30_2\results\libs\format\test\bin\format_test2.test\meta-bcc-5.5.1\debug\runtime-link-dynamic\format_test2.obj" "..\libs\format\test\format_test2.cpp" ..\libs\format\test\format_test2.cpp: Warning W8057 D:\boost6\1_30_2\boost\boost/format/parsing.hpp 43: Parameter 'os' is never used in function detail::wrap_isdigit<const char,std::ostringstream>(char,std::ostringstream &) Warning W8057 D:\boost6\1_30_2\boost\boost/format/parsing.hpp 43: Parameter 'os' is never used in function detail::wrap_isdigit<const char,std::ios>(char,std::ios &)
set PATH=C:\Progra~1\Borland\5.5\bin\;%PATH%
"C:\Progra~1\Borland\5.5\bin\bcc32" -v -q -v -tWC -tWR -tWC -WM- -L"C:\Progra~1\Borland\5.5\lib" -e"D:\boost6\1_30_2\results\libs\format\test\bin\format_test2.test\meta-bcc-5.5.1\debug\runtime-link-dynamic\format_test2.exe" @"D:\boost6\1_30_2\results\libs\format\test\bin\format_test2.test\meta-bcc-5.5.1\debug\runtime-link-dynamic\format_test2.CMD"
00000xffffff9c [-0018 / 7] -0100 ..\libs\format\test\format_test2.cpp(87): error in "call_test_main": nesting did not work ..\libs\format\test\format_test2.cpp(105): error in "call_test_main": (flags +, 0, or #) formatting result incorrect 0000000000XA 10 -000000020 ..\libs\format\test\format_test2.cpp(136): error in "call_test_main": formatting error. (flag 0) *** 3 failures detected in test case "call_test_main"
CALL "C:\Progra~1\Intel\Compiler70\IA32\bin\ICCVARS.BAT" > nul
"C:\Progra~1\Intel\Compiler70\IA32\bin\icl" /Zm800 -nologo -GX -c /Z7 /Od /Ob0 /GX /GR /MLd /Qwn5 /Qwd985 -Qoption,c,--arg_dep_lookup /Zc:forScope /Qansi_alias /Qvc6 -DBOOST_NO_INTRINSIC_WCHAR_T -I"D:\boost6\1_30_2\results\libs\format\test" -I"D:\boost6\1_30_2\boost" -Fo"D:\boost6\1_30_2\results\libs\format\test\bin\format_test2.test\meta-intel-7.1\debug\runtime-link-static\format_test2.obj" -Tp"..\libs\format\test\format_test2.cpp"
format_test2.cpp
CALL "C:\Progra~1\Intel\Compiler70\IA32\bin\ICCVARS.BAT" > nul
"C:\Progra~1\Intel\Compiler70\IA32\bin\xilink" /nologo /DEBUG /subsystem:console /out:"D:\boost6\1_30_2\results\libs\format\test\bin\format_test2.test\meta-intel-7.1\debug\runtime-link-static\format_test2.exe" @"D:\boost6\1_30_2\results\libs\format\test\bin\format_test2.test\meta-intel-7.1\debug\runtime-link-static\format_test2.CMD"
xilink: executing 'link'
____16/9 ..\libs\format\test\format_test2.cpp(98): error in "call_test_main": width in group context is not handled correctly [ 123 ] [WW+234] [XX-345] [YY 456] [ZZZ-10] ..\libs\format\test\format_test2.cpp(127): error in "call_test_main": formatting error. (with special paddings) *** 2 failures detected in test case "call_test_main"
CALL "C:\Progra~1\Intel\Compiler70\IA32\bin\ICCVARS.BAT" > nul
"C:\Progra~1\Intel\Compiler70\IA32\bin\icl" /Zm800 -nologo -GX -c -D_STLP_DO_IMPORT_CSTD_FUNCTIONS=1 -D_STLP_DEBUG=1 -D_STLP_DEBUG_UNINITIALIZED=1 /Z7 /Od /Ob0 /GX /GR /MTd /Qwn5 /Qwd985 -Qoption,c,--arg_dep_lookup /Zc:forScope /Qansi_alias /Qvc6 -DBOOST_NO_INTRINSIC_WCHAR_T -I"D:\boost6\1_30_2\results\libs\format\test" -I"C:\Program Files\STLPort-RC_1_30_0\STLport-4.5.3\stlport" -I"D:\boost6\1_30_2\boost" -Fo"D:\boost6\1_30_2\results\libs\format\test\bin\format_test2.test\meta-intel-7.1-stlport\debug\runtime-link-static\stlport-cstd-namespace-std\stlport-iostream-off\stlport-version-4.5.3\format_test2.obj" -Tp"..\libs\format\test\format_test2.cpp"
format_test2.cpp
CALL "C:\Progra~1\Intel\Compiler70\IA32\bin\ICCVARS.BAT" > nul
"C:\Progra~1\Intel\Compiler70\IA32\bin\xilink" /nologo /DEBUG /subsystem:console /out:"D:\boost6\1_30_2\results\libs\format\test\bin\format_test2.test\meta-intel-7.1-stlport\debug\runtime-link-static\stlport-cstd-namespace-std\stlport-iostream-off\stlport-version-4.5.3\format_test2.exe" /LIBPATH:"C:\Program Files\STLPort-RC_1_30_0\STLport-4.5.3\lib" @"D:\boost6\1_30_2\results\libs\format\test\bin\format_test2.test\meta-intel-7.1-stlport\debug\runtime-link-static\stlport-cstd-namespace-std\stlport-iostream-off\stlport-version-4.5.3\format_test2.CMD"
xilink: executing 'link'
____16/9 ..\libs\format\test\format_test2.cpp(98): error in "call_test_main": width in group context is not handled correctly [ 123 ] [WW+234] [XX-345] [YY 456] [ZZZ-10] ..\libs\format\test\format_test2.cpp(127): error in "call_test_main": formatting error. (with special paddings) *** 2 failures detected in test case "call_test_main"
CALL "C:\Program Files\Microsoft Visual Studio\VC98\bin\VCVARS32.BAT" >nul
"C:\Program Files\Microsoft Visual Studio\VC98\bin\cl" /Zm800 -nologo -GX -c -D_STLP_NO_SGI_IOSTREAMS=1 -D_STLP_DO_IMPORT_CSTD_FUNCTIONS=1 -D_STLP_DEBUG=1 -D_STLP_DEBUG_UNINITIALIZED=1 /Z7 /Od /Ob0 /GX /GR /MDd -I"D:\boost6\1_30_2\results\libs\format\test" -I"C:\Program Files\STLPort-RC_1_30_0\STLport-4.5.3\stlport" -I"D:\boost6\1_30_2\boost" -Fo"D:\boost6\1_30_2\results\libs\format\test\bin\format_test2.test\msvc-stlport\debug\runtime-link-dynamic\stlport-cstd-namespace-std\stlport-iostream-off\stlport-version-4.5.3\format_test2.obj" -Tp"..\libs\format\test\format_test2.cpp"
format_test2.cpp
D:\boost6\1_30_2\boost\boost/format/parsing.hpp(41) : error C2668: 'isdigit' : ambiguous call to overloaded function
D:\boost6\1_30_2\boost\boost/format/parsing.hpp(375) : see reference to function template instantiation 'bool __cdecl boost::io::detail::wrap_isdigit(char,class std::basic_ostringstream<char,struct std::char_traits<char>,class std::allocator<char> > &)' being compiled
CALL "C:\Progra~1\Intel\Compiler70\IA32\bin\ICCVARS.BAT" > nul
"C:\Progra~1\Intel\Compiler70\IA32\bin\icl" /Zm800 -nologo -GX -c /Z7 /Od /Ob0 /GX /GR /MDd /Qwn5 /Qwd985 -Qoption,c,--arg_dep_lookup /Zc:forScope /Qansi_alias /Qvc6 -DBOOST_NO_INTRINSIC_WCHAR_T -I"D:\boost6\1_30_2\results\libs\function\test" -I"D:\boost6\1_30_2\boost" -Fo"D:\boost6\1_30_2\results\libs\function\test\bin\allocator_test.test\meta-intel-7.1\debug\runtime-link-dynamic\allocator_test.obj" -Tp"D:\boost6\1_30_2\boost\libs/function/test\allocator_test.cpp"
allocator_test.cpp
CALL "C:\Progra~1\Intel\Compiler70\IA32\bin\ICCVARS.BAT" > nul
"C:\Progra~1\Intel\Compiler70\IA32\bin\xilink" /nologo /DEBUG /subsystem:console /out:"D:\boost6\1_30_2\results\libs\function\test\bin\allocator_test.test\meta-intel-7.1\debug\runtime-link-dynamic\allocator_test.exe" @"D:\boost6\1_30_2\results\libs\function\test\bin\allocator_test.test\meta-intel-7.1\debug\runtime-link-dynamic\allocator_test.CMD"
xilink: executing 'link'
D:\boost6\1_30_2\boost\libs/function/test\allocator_test.cpp(66): error in "call_test_main": test alloc_count == 1 failed D:\boost6\1_30_2\boost\libs/function/test\allocator_test.cpp(67): error in "call_test_main": test dealloc_count == 1 failed D:\boost6\1_30_2\boost\libs/function/test\allocator_test.cpp(79): error in "call_test_main": test alloc_count == 1 failed D:\boost6\1_30_2\boost\libs/function/test\allocator_test.cpp(80): error in "call_test_main": test dealloc_count == 1 failed *** 4 failures detected in test case "call_test_main"
CALL "C:\Program Files\Microsoft Visual Studio\VC98\bin\VCVARS32.BAT" >nul
"C:\Program Files\Microsoft Visual Studio\VC98\bin\cl" /Zm800 -nologo -GX -c /Z7 /Od /Ob0 /GX /GR /MDd -I"D:\boost6\1_30_2\results\libs\function\test" -I"D:\boost6\1_30_2\boost" -Fo"D:\boost6\1_30_2\results\libs\function\test\bin\allocator_test.test\msvc\debug\runtime-link-dynamic\allocator_test.obj" -Tp"D:\boost6\1_30_2\boost\libs/function/test\allocator_test.cpp"
allocator_test.cpp
CALL "C:\Program Files\Microsoft Visual Studio\VC98\bin\VCVARS32.BAT" >nul
"C:\Program Files\Microsoft Visual Studio\VC98\bin\link" /nologo /DEBUG /subsystem:console /out:"D:\boost6\1_30_2\results\libs\function\test\bin\allocator_test.test\msvc\debug\runtime-link-dynamic\allocator_test.exe" @"D:\boost6\1_30_2\results\libs\function\test\bin\allocator_test.test\msvc\debug\runtime-link-dynamic\allocator_test.CMD"
D:\boost6\1_30_2\boost\libs/function/test\allocator_test.cpp(66): error in "call_test_main": test alloc_count == 1 failed D:\boost6\1_30_2\boost\libs/function/test\allocator_test.cpp(67): error in "call_test_main": test dealloc_count == 1 failed D:\boost6\1_30_2\boost\libs/function/test\allocator_test.cpp(79): error in "call_test_main": test alloc_count == 1 failed D:\boost6\1_30_2\boost\libs/function/test\allocator_test.cpp(80): error in "call_test_main": test dealloc_count == 1 failed *** 4 failures detected in test case "call_test_main"
CALL "C:\Program Files\Microsoft Visual Studio\VC98\bin\VCVARS32.BAT" >nul
"C:\Program Files\Microsoft Visual Studio\VC98\bin\cl" /Zm800 -nologo -GX -c -D_STLP_NO_SGI_IOSTREAMS=1 -D_STLP_DO_IMPORT_CSTD_FUNCTIONS=1 -D_STLP_DEBUG=1 -D_STLP_DEBUG_UNINITIALIZED=1 /Z7 /Od /Ob0 /GX /GR /MDd -I"D:\boost6\1_30_2\results\libs\function\test" -I"C:\Program Files\STLPort-RC_1_30_0\STLport-4.5.3\stlport" -I"D:\boost6\1_30_2\boost" -Fo"D:\boost6\1_30_2\results\libs\function\test\bin\allocator_test.test\msvc-stlport\debug\runtime-link-dynamic\stlport-cstd-namespace-std\stlport-iostream-off\stlport-version-4.5.3\allocator_test.obj" -Tp"D:\boost6\1_30_2\boost\libs/function/test\allocator_test.cpp"
allocator_test.cpp
C:\PROGRA~1\MICROS~3\VC98\INCLUDE\xlocale(464) : error C2668: 'free' : ambiguous call to overloaded function
C:\PROGRA~1\MICROS~3\VC98\INCLUDE\xlocale(463) : while compiling class-template member function '__thiscall std::ctype<unsigned short>::~std::ctype<unsigned short>(void)'
CALL "C:\Program Files\Microsoft Visual Studio .NET\VC7\bin\VCVARS32.BAT" >nul
"C:\Program Files\Microsoft Visual Studio .NET\VC7\bin\cl" /Zm800 -nologo -GX -c /Z7 /Od /Ob0 /GX /GR /MDd /Op /Zc:wchar_t,forScope -I"D:\boost6\1_30_2\results\libs\function\test" -I"D:\boost6\1_30_2\boost" -Fo"D:\boost6\1_30_2\results\libs\function\test\bin\allocator_test.test\vc7\debug\runtime-link-dynamic\allocator_test.obj" -Tp"D:\boost6\1_30_2\boost\libs/function/test\allocator_test.cpp"
allocator_test.cpp
CALL "C:\Program Files\Microsoft Visual Studio .NET\VC7\bin\VCVARS32.BAT" >nul
"C:\Program Files\Microsoft Visual Studio .NET\VC7\bin\link" /nologo /DEBUG /subsystem:console /out:"D:\boost6\1_30_2\results\libs\function\test\bin\allocator_test.test\vc7\debug\runtime-link-dynamic\allocator_test.exe" @"D:\boost6\1_30_2\results\libs\function\test\bin\allocator_test.test\vc7\debug\runtime-link-dynamic\allocator_test.CMD"
D:\boost6\1_30_2\boost\libs/function/test\allocator_test.cpp(66): error in "call_test_main": test alloc_count == 1 failed D:\boost6\1_30_2\boost\libs/function/test\allocator_test.cpp(67): error in "call_test_main": test dealloc_count == 1 failed D:\boost6\1_30_2\boost\libs/function/test\allocator_test.cpp(79): error in "call_test_main": test alloc_count == 1 failed D:\boost6\1_30_2\boost\libs/function/test\allocator_test.cpp(80): error in "call_test_main": test dealloc_count == 1 failed *** 4 failures detected in test case "call_test_main"
"C:\Progra~1\Borland\5.5\bin\bcc32" -j5 -g255 -q -c -P -w -Ve -Vx -a8 -b- -v -Od -vi- -tWC -tWR -tWC -WM- -w-8001 -I"D:\boost6\1_30_2\results\libs\function\test" -I"D:\boost6\1_30_2\boost" -I"C:\Progra~1\Borland\5.5\include" -o"D:\boost6\1_30_2\results\libs\function\test\bin\function_arith_cxx98.test\meta-bcc-5.5.1\debug\runtime-link-dynamic\function_arith_cxx98.obj" "D:\boost6\1_30_2\boost\libs/function/test\function_arith_cxx98.cpp"
D:\boost6\1_30_2\boost\libs/function/test\function_arith_cxx98.cpp:
Error E2188 D:\boost6\1_30_2\boost\libs/function/test\function_arith_cxx98.cpp 27: Expression syntax in function main()
Error E2299 D:\boost6\1_30_2\boost\libs/function/test\function_arith_cxx98.cpp 27: Cannot generate template specialization from 'boost::function<Signature,Allocator>' in function main()
Error E2379 D:\boost6\1_30_2\boost\libs/function/test\function_arith_cxx98.cpp 28: Statement missing ; in function main()
Error E2268 D:\boost6\1_30_2\boost\libs/function/test\function_arith_cxx98.cpp 29: Call to undefined function 'f' in function main()
Error E2277 D:\boost6\1_30_2\boost\libs/function/test\function_arith_cxx98.cpp 34: Lvalue required in function main()
Error E2228 D:\boost6\1_30_2\boost\libs/function/test\function_arith_cxx98.cpp 34: Too many error or warning messages in function main()
*** 6 errors in Compile ***
"C:\Progra~1\Borland\CBuilder6\bin\bcc32" -j5 -g255 -q -c -P -w -Ve -Vx -a8 -b- -v -Od -vi- -tWC -tWR -tWC -WM- -w-8001 -I"D:\boost6\1_30_2\results\libs\function\test" -I"D:\boost6\1_30_2\boost" -I"C:\Progra~1\Borland\CBuilder6\include" -o"D:\boost6\1_30_2\results\libs\function\test\bin\function_arith_cxx98.test\meta-bcc-5.6.4\debug\runtime-link-dynamic\function_arith_cxx98.obj" "D:\boost6\1_30_2\boost\libs/function/test\function_arith_cxx98.cpp"
D:\boost6\1_30_2\boost\libs/function/test\function_arith_cxx98.cpp:
Error E2188 D:\boost6\1_30_2\boost\libs/function/test\function_arith_cxx98.cpp 27: Expression syntax in function main()
Error E2299 D:\boost6\1_30_2\boost\libs/function/test\function_arith_cxx98.cpp 27: Cannot generate template specialization from 'boost::function<Signature,Allocator>' in function main()
Error E2379 D:\boost6\1_30_2\boost\libs/function/test\function_arith_cxx98.cpp 28: Statement missing ; in function main()
Error E2268 D:\boost6\1_30_2\boost\libs/function/test\function_arith_cxx98.cpp 29: Call to undefined function 'f' in function main()
Error E2277 D:\boost6\1_30_2\boost\libs/function/test\function_arith_cxx98.cpp 34: Lvalue required in function main()
Error E2228 D:\boost6\1_30_2\boost\libs/function/test\function_arith_cxx98.cpp 34: Too many error or warning messages in function main()
*** 6 errors in Compile ***
CALL "C:\Program Files\Microsoft Visual Studio\VC98\bin\VCVARS32.BAT" >nul
"C:\Program Files\Microsoft Visual Studio\VC98\bin\cl" /Zm800 -nologo -GX -c /Z7 /Od /Ob0 /GX /GR /MDd -I"D:\boost6\1_30_2\results\libs\function\test" -I"D:\boost6\1_30_2\boost" -Fo"D:\boost6\1_30_2\results\libs\function\test\bin\function_arith_cxx98.test\msvc\debug\runtime-link-dynamic\function_arith_cxx98.obj" -Tp"D:\boost6\1_30_2\boost\libs/function/test\function_arith_cxx98.cpp"
function_arith_cxx98.cpp
D:\boost6\1_30_2\boost\libs/function/test\function_arith_cxx98.cpp(27) : error C2039: 'function' : is not a member of 'boost'
D:\boost6\1_30_2\boost\libs/function/test\function_arith_cxx98.cpp(27) : error C2065: 'function' : undeclared identifier
D:\boost6\1_30_2\boost\libs/function/test\function_arith_cxx98.cpp(27) : error C2144: syntax error : missing ')' before type 'int'
D:\boost6\1_30_2\boost\libs/function/test\function_arith_cxx98.cpp(27) : error C2059: syntax error : ')'
D:\boost6\1_30_2\boost\libs/function/test\function_arith_cxx98.cpp(28) : error C2065: 'f' : undeclared identifier
D:\boost6\1_30_2\boost\libs/function/test\function_arith_cxx98.cpp(28) : error C2679: binary '=' : no operator defined which takes a right-hand operand of type 'struct int_div' (or there is no acceptable conversion)
D:\boost6\1_30_2\boost\libs/function/test\function_arith_cxx98.cpp(35) : error C2440: '=' : cannot convert from 'float (__cdecl *)(int,int)' to 'int'
This conversion requires a reinterpret_cast, a C-style cast or function-style cast
CALL "C:\Program Files\Microsoft Visual Studio\VC98\bin\VCVARS32.BAT" >nul
"C:\Program Files\Microsoft Visual Studio\VC98\bin\cl" /Zm800 -nologo -GX -c -D_STLP_NO_SGI_IOSTREAMS=1 -D_STLP_DO_IMPORT_CSTD_FUNCTIONS=1 -D_STLP_DEBUG=1 -D_STLP_DEBUG_UNINITIALIZED=1 /Z7 /Od /Ob0 /GX /GR /MDd -I"D:\boost6\1_30_2\results\libs\function\test" -I"C:\Program Files\STLPort-RC_1_30_0\STLport-4.5.3\stlport" -I"D:\boost6\1_30_2\boost" -Fo"D:\boost6\1_30_2\results\libs\function\test\bin\function_arith_cxx98.test\msvc-stlport\debug\runtime-link-dynamic\stlport-cstd-namespace-std\stlport-iostream-off\stlport-version-4.5.3\function_arith_cxx98.obj" -Tp"D:\boost6\1_30_2\boost\libs/function/test\function_arith_cxx98.cpp"
function_arith_cxx98.cpp
D:\boost6\1_30_2\boost\libs/function/test\function_arith_cxx98.cpp(27) : error C2039: 'function' : is not a member of 'boost'
D:\boost6\1_30_2\boost\libs/function/test\function_arith_cxx98.cpp(27) : error C2065: 'function' : undeclared identifier
D:\boost6\1_30_2\boost\libs/function/test\function_arith_cxx98.cpp(27) : error C2144: syntax error : missing ')' before type 'int'
D:\boost6\1_30_2\boost\libs/function/test\function_arith_cxx98.cpp(27) : error C2059: syntax error : ')'
D:\boost6\1_30_2\boost\libs/function/test\function_arith_cxx98.cpp(28) : error C2065: 'f' : undeclared identifier
D:\boost6\1_30_2\boost\libs/function/test\function_arith_cxx98.cpp(28) : error C2679: binary '=' : no operator defined which takes a right-hand operand of type 'struct int_div' (or there is no acceptable conversion)
D:\boost6\1_30_2\boost\libs/function/test\function_arith_cxx98.cpp(35) : error C2440: '=' : cannot convert from 'float (__cdecl *)(int,int)' to 'int'
This conversion requires a reinterpret_cast, a C-style cast or function-style cast
CALL "C:\Program Files\Microsoft Visual Studio .NET\VC7\bin\VCVARS32.BAT" >nul
"C:\Program Files\Microsoft Visual Studio .NET\VC7\bin\cl" /Zm800 -nologo -GX -c /Z7 /Od /Ob0 /GX /GR /MDd /Op /Zc:wchar_t,forScope -I"D:\boost6\1_30_2\results\libs\function\test" -I"D:\boost6\1_30_2\boost" -Fo"D:\boost6\1_30_2\results\libs\function\test\bin\function_arith_cxx98.test\vc7\debug\runtime-link-dynamic\function_arith_cxx98.obj" -Tp"D:\boost6\1_30_2\boost\libs/function/test\function_arith_cxx98.cpp"
function_arith_cxx98.cpp
D:\boost6\1_30_2\boost\libs\function\test\function_arith_cxx98.cpp(27) : error C2039: 'function' : is not a member of 'boost'
D:\boost6\1_30_2\boost\libs\function\test\function_arith_cxx98.cpp(27) : error C2065: 'function' : undeclared identifier
D:\boost6\1_30_2\boost\libs\function\test\function_arith_cxx98.cpp(27) : error C2144: syntax error : 'int' should be preceded by ')'
D:\boost6\1_30_2\boost\libs\function\test\function_arith_cxx98.cpp(27) : error C2059: syntax error : ')'
D:\boost6\1_30_2\boost\libs\function\test\function_arith_cxx98.cpp(28) : error C2065: 'f' : undeclared identifier
D:\boost6\1_30_2\boost\libs\function\test\function_arith_cxx98.cpp(29) : error C2593: 'operator <<' is ambiguous
C:\Program Files\Microsoft Visual Studio .NET\Vc7\include\ostream(422): could be 'std::basic_ostream<_Elem,_Traits>::_Myt &std::basic_ostream<_Elem,_Traits>::operator <<(std::basic_ostream<_Elem,_Traits>::_Mysb *)'
with
[
_Elem=char,
_Traits=std::char_traits<char>
]
C:\Program Files\Microsoft Visual Studio .NET\Vc7\include\ostream(402): or 'std::basic_ostream<_Elem,_Traits>::_Myt &std::basic_ostream<_Elem,_Traits>::operator <<(const void *)'
with
[
_Elem=char,
_Traits=std::char_traits<char>
]
C:\Program Files\Microsoft Visual Studio .NET\Vc7\include\ostream(382): or 'std::basic_ostream<_Elem,_Traits>::_Myt &std::basic_ostream<_Elem,_Traits>::operator <<(long double)'
with
[
_Elem=char,
_Traits=std::char_traits<char>
]
C:\Program Files\Microsoft Visual Studio .NET\Vc7\include\ostream(362): or 'std::basic_ostream<_Elem,_Traits>::_Myt &std::basic_ostream<_Elem,_Traits>::operator <<(double)'
with
[
_Elem=char,
_Traits=std::char_traits<char>
]
C:\Program Files\Microsoft Visual Studio .NET\Vc7\include\ostream(342): or 'std::basic_ostream<_Elem,_Traits>::_Myt &std::basic_ostream<_Elem,_Traits>::operator <<(float)'
with
[
_Elem=char,
_Traits=std::char_traits<char>
]
C:\Program Files\Microsoft Visual Studio .NET\Vc7\include\ostream(321): or 'std::basic_ostream<_Elem,_Traits>::_Myt &std::basic_ostream<_Elem,_Traits>::operator <<(unsigned __int64)'
with
[
_Elem=char,
_Traits=std::char_traits<char>
]
C:\Program Files\Microsoft Visual Studio .NET\Vc7\include\ostream(301): or 'std::basic_ostream<_Elem,_Traits>::_Myt &std::basic_ostream<_Elem,_Traits>::operator <<(__int64)'
with
[
_Elem=char,
_Traits=std::char_traits<char>
]
C:\Program Files\Microsoft Visual Studio .NET\Vc7\include\ostream(280): or 'std::basic_ostream<_Elem,_Traits>::_Myt &std::basic_ostream<_Elem,_Traits>::operator <<(unsigned long)'
with
[
_Elem=char,
_Traits=std::char_traits<char>
]
C:\Program Files\Microsoft Visual Studio .NET\Vc7\include\ostream(260): or 'std::basic_ostream<_Elem,_Traits>::_Myt &std::basic_ostream<_Elem,_Traits>::operator <<(long)'
with
[
_Elem=char,
_Traits=std::char_traits<char>
]
C:\Program Files\Microsoft Visual Studio .NET\Vc7\include\ostream(240): or 'std::basic_ostream<_Elem,_Traits>::_Myt &std::basic_ostream<_Elem,_Traits>::operator <<(unsigned int)'
with
[
_Elem=char,
_Traits=std::char_traits<char>
]
C:\Program Files\Microsoft Visual Studio .NET\Vc7\include\ostream(215): or 'std::basic_ostream<_Elem,_Traits>::_Myt &std::basic_ostream<_Elem,_Traits>::operator <<(int)'
with
[
_Elem=char,
_Traits=std::char_traits<char>
]
C:\Program Files\Microsoft Visual Studio .NET\Vc7\include\ostream(195): or 'std::basic_ostream<_Elem,_Traits>::_Myt &std::basic_ostream<_Elem,_Traits>::operator <<(unsigned short)'
with
[
_Elem=char,
_Traits=std::char_traits<char>
]
C:\Program Files\Microsoft Visual Studio .NET\Vc7\include\ostream(170): or 'std::basic_ostream<_Elem,_Traits>::_Myt &std::basic_ostream<_Elem,_Traits>::operator <<(short)'
with
[
_Elem=char,
_Traits=std::char_traits<char>
]
C:\Program Files\Microsoft Visual Studio .NET\Vc7\include\ostream(150): or 'std::basic_ostream<_Elem,_Traits>::_Myt &std::basic_ostream<_Elem,_Traits>::operator <<(std::_Bool)'
with
[
_Elem=char,
_Traits=std::char_traits<char>
]
C:\Program Files\Microsoft Visual Studio .NET\Vc7\include\ostream(144): or 'std::basic_ostream<_Elem,_Traits>::_Myt &std::basic_ostream<_Elem,_Traits>::operator <<(std::ios_base &(__cdecl *)(std::ios_base &))'
with
[
_Elem=char,
_Traits=std::char_traits<char>
]
C:\Program Files\Microsoft Visual Studio .NET\Vc7\include\ostream(138): or 'std::basic_ostream<_Elem,_Traits>::_Myt &std::basic_ostream<_Elem,_Traits>::operator <<(std::basic_ostream<_Elem,_Traits>::_Myios &(__cdecl *)(std::basic_ostream<_Elem,_Traits>::_Myios &))'
with
[
_Elem=char,
_Traits=std::char_traits<char>
]
C:\Program Files\Microsoft Visual Studio .NET\Vc7\include\ostream(133): or 'std::basic_ostream<_Elem,_Traits>::_Myt &std::basic_ostream<_Elem,_Traits>::operator <<(std::basic_ostream<_Elem,_Traits>::_Myt &(__cdecl *)(std::basic_ostream<_Elem,_Traits>::_Myt &))'
with
[
_Elem=char,
_Traits=std::char_traits<char>
]
C:\Program Files\Microsoft Visual Studio .NET\Vc7\include\ostream(740): or 'std::basic_ostream<_Elem,_Traits> &std::operator <<(std::basic_ostream<_Elem,_Traits> &,unsigned char)'
with
[
_Elem=char,
_Traits=std::char_traits<char>
]
C:\Program Files\Microsoft Visual Studio .NET\Vc7\include\ostream(737): or 'std::basic_ostream<_Elem,_Traits> &std::operator <<(std::basic_ostream<_Elem,_Traits> &,const unsigned char *)'
with
[
_Elem=char,
_Traits=std::char_traits<char>
]
C:\Program Files\Microsoft Visual Studio .NET\Vc7\include\ostream(735): or 'std::basic_ostream<_Elem,_Traits> &std::operator <<(std::basic_ostream<_Elem,_Traits> &,signed char)'
with
[
_Elem=char,
_Traits=std::char_traits<char>
]
C:\Program Files\Microsoft Visual Studio .NET\Vc7\include\ostream(732): or 'std::basic_ostream<_Elem,_Traits> &std::operator <<(std::basic_ostream<_Elem,_Traits> &,const signed char *)'
with
[
_Elem=char,
_Traits=std::char_traits<char>
]
while trying to match the argument list '(std::ostream, 'unknown-type')'
D:\boost6\1_30_2\boost\libs\function\test\function_arith_cxx98.cpp(31) : error C2593: 'operator <<' is ambiguous
C:\Program Files\Microsoft Visual Studio .NET\Vc7\include\ostream(422): could be 'std::basic_ostream<_Elem,_Traits>::_Myt &std::basic_ostream<_Elem,_Traits>::operator <<(std::basic_ostream<_Elem,_Traits>::_Mysb *)'
with
[
_Elem=char,
_Traits=std::char_traits<char>
]
C:\Program Files\Microsoft Visual Studio .NET\Vc7\include\ostream(402): or 'std::basic_ostream<_Elem,_Traits>::_Myt &std::basic_ostream<_Elem,_Traits>::operator <<(const void *)'
with
[
_Elem=char,
_Traits=std::char_traits<char>
]
C:\Program Files\Microsoft Visual Studio .NET\Vc7\include\ostream(382): or 'std::basic_ostream<_Elem,_Traits>::_Myt &std::basic_ostream<_Elem,_Traits>::operator <<(long double)'
with
[
_Elem=char,
_Traits=std::char_traits<char>
]
C:\Program Files\Microsoft Visual Studio .NET\Vc7\include\ostream(362): or 'std::basic_ostream<_Elem,_Traits>::_Myt &std::basic_ostream<_Elem,_Traits>::operator <<(double)'
with
[
_Elem=char,
_Traits=std::char_traits<char>
]
C:\Program Files\Microsoft Visual Studio .NET\Vc7\include\ostream(342): or 'std::basic_ostream<_Elem,_Traits>::_Myt &std::basic_ostream<_Elem,_Traits>::operator <<(float)'
with
[
_Elem=char,
_Traits=std::char_traits<char>
]
C:\Program Files\Microsoft Visual Studio .NET\Vc7\include\ostream(321): or 'std::basic_ostream<_Elem,_Traits>::_Myt &std::basic_ostream<_Elem,_Traits>::operator <<(unsigned __int64)'
with
[
_Elem=char,
_Traits=std::char_traits<char>
]
C:\Program Files\Microsoft Visual Studio .NET\Vc7\include\ostream(301): or 'std::basic_ostream<_Elem,_Traits>::_Myt &std::basic_ostream<_Elem,_Traits>::operator <<(__int64)'
with
[
_Elem=char,
_Traits=std::char_traits<char>
]
C:\Program Files\Microsoft Visual Studio .NET\Vc7\include\ostream(280): or 'std::basic_ostream<_Elem,_Traits>::_Myt &std::basic_ostream<_Elem,_Traits>::operator <<(unsigned long)'
with
[
_Elem=char,
_Traits=std::char_traits<char>
]
C:\Program Files\Microsoft Visual Studio .NET\Vc7\include\ostream(260): or 'std::basic_ostream<_Elem,_Traits>::_Myt &std::basic_ostream<_Elem,_Traits>::operator <<(long)'
with
[
_Elem=char,
_Traits=std::char_traits<char>
]
C:\Program Files\Microsoft Visual Studio .NET\Vc7\include\ostream(240): or 'std::basic_ostream<_Elem,_Traits>::_Myt &std::basic_ostream<_Elem,_Traits>::operator <<(unsigned int)'
with
[
_Elem=char,
_Traits=std::char_traits<char>
]
C:\Program Files\Microsoft Visual Studio .NET\Vc7\include\ostream(215): or 'std::basic_ostream<_Elem,_Traits>::_Myt &std::basic_ostream<_Elem,_Traits>::operator <<(int)'
with
[
_Elem=char,
_Traits=std::char_traits<char>
]
C:\Program Files\Microsoft Visual Studio .NET\Vc7\include\ostream(195): or 'std::basic_ostream<_Elem,_Traits>::_Myt &std::basic_ostream<_Elem,_Traits>::operator <<(unsigned short)'
with
[
_Elem=char,
_Traits=std::char_traits<char>
]
C:\Program Files\Microsoft Visual Studio .NET\Vc7\include\ostream(170): or 'std::basic_ostream<_Elem,_Traits>::_Myt &std::basic_ostream<_Elem,_Traits>::operator <<(short)'
with
[
_Elem=char,
_Traits=std::char_traits<char>
]
C:\Program Files\Microsoft Visual Studio .NET\Vc7\include\ostream(150): or 'std::basic_ostream<_Elem,_Traits>::_Myt &std::basic_ostream<_Elem,_Traits>::operator <<(std::_Bool)'
with
[
_Elem=char,
_Traits=std::char_traits<char>
]
C:\Program Files\Microsoft Visual Studio .NET\Vc7\include\ostream(144): or 'std::basic_ostream<_Elem,_Traits>::_Myt &std::basic_ostream<_Elem,_Traits>::operator <<(std::ios_base &(__cdecl *)(std::ios_base &))'
with
[
_Elem=char,
_Traits=std::char_traits<char>
]
C:\Program