Boost logo

Boost :

From: Gennadiy E. Rozental (rogeeff_at_[hidden])
Date: 2001-09-07 11:27:37


Hi,

I propose following change in is_same_test.cpp to be able to
compile it with Solaris Forte C++ 6 u.1

Gennadiy.

cvs diff is_same_test.cpp
Index: is_same_test.cpp
===================================================================
RCS
file: /cvsroot/boost/boost/libs/type_traits/tests/is_same_test.cpp,v
retrieving revision 1.4
diff -r1.4 is_same_test.cpp
9c9
< #include <boost/test/cpp_main.cpp>

---
> #include <libs/test/src/cpp_main.cpp>
31c31
< #if !defined(BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION) || defined
(BOOST_MSVC)
---
> #if !defined(BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION) || defined
(BOOST_MSVC) || defined(__SUNPRO_CC)

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk