
I am having problem compiling Boost.Test with CW toolset Here an example error message: ### mwcc Compiler: # In: ..\..\..\boost\type_traits\is_member_pointer.hpp # From: ..\src\compiler_log_formatter.cpp # ------------------------------------------ # 50: template< typename T, typename U > struct is_member_pointer< U T::*const > : ::boost::integral_constant<bool,true> { }; # Error: ^ # ',' expected # (included from: # is_pointer.hpp:24 # call_traits.hpp:27 # call_traits.hpp:21 # class_properties.hpp:26 # unit_test_suite_impl.hpp:21 # compiler_log_formatter.ipp:20 # compiler_log_formatter.cpp:16) ### mwcc Compiler: # 51: template< typename T, typename U > struct is_member_pointer< U T::*volatile > : ::boost::integral_constant<bool,true> { }; # Error: ^ # undefined identifier 'is_member_pointer' # (included from: # is_pointer.hpp:24 # call_traits.hpp:27 # call_traits.hpp:21 # class_properties.hpp:26 # unit_test_suite_impl.hpp:21 # compiler_log_formatter.ipp:20 # compiler_log_formatter.cpp:16) Any pointers, Gennadiy

"Gennadiy Rozental" <gennadiy.rozental@thomson.com> writes:
I am having problem compiling Boost.Test with CW toolset
Here an example error message:
### mwcc Compiler: # In: ..\..\..\boost\type_traits\is_member_pointer.hpp # From: ..\src\compiler_log_formatter.cpp # ------------------------------------------ # 50: template< typename T, typename U > struct is_member_pointer< U T::*const > : ::boost::integral_constant<bool,true> { }; # Error: ^ # ',' expected # (included from:
In what column does the caret actually appear? Actually, nevermind that; please put the errors in a text file and enclose it in your mail message so the lines don't wrap. -- Dave Abrahams Boost Consulting www.boost-consulting.com
participants (2)
-
David Abrahams
-
Gennadiy Rozental