Boost logo

Boost :

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


Hi,

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

Gennadiy.

cvs diff is_convertible_test.cpp
Index: is_convertible_test.cpp
===================================================================
RCS
file: /cvsroot/boost/boost/libs/type_traits/tests/is_convertible_test.
cpp,v
retrieving revision 1.3
diff -r1.3 is_convertible_test.cpp
23c23
< #if defined(BOOST_MSVC6_MEMBER_TEMPLATES) || !defined
(BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION)

---
> #if defined(BOOST_MSVC6_MEMBER_TEMPLATES) || !defined
(BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION) || defined( __SUNPRO_CC) 
&& __SUNPRO_CC >= 0x520

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