$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Gennadiy Rozental (gennadiy.rozental_at_[hidden])
Date: 2006-12-24 05:22:46
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