Boost logo

Boost :

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


Hi,

I propose following change in composite_traits_test.cpp to be able to
compile it with Solaris Forte C++ 6 u.1 and extent list of tests

Gennadiy.

cvs diff composite_traits_test.cpp
Index: composite_traits_test.cpp
===================================================================
RCS
file: /cvsroot/boost/boost/libs/type_traits/tests/composite_traits_tes
t.cpp,v
retrieving revision 1.5
diff -r1.5 composite_traits_test.cpp
48c48
< #ifndef BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION

---
> #if !defined(BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION) || defined
(__SUNPRO_CC)
78c78
< #ifndef BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
---
> #if !defined(BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION) || defined
(__SUNPRO_CC)
91c91
< #if !defined(BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION) && !defined
(BOOST_MSVC)
---
> #if !defined(BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION) && !defined
(BOOST_MSVC) || defined(__SUNPRO_CC)
104c104
< #ifndef BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
---
> #if !defined(BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION) || defined
(__SUNPRO_CC) || defined(__SUNPRO_CC)
113c113
< #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