|
Boost : |
From: Gennadiy E. Rozental (rogeeff_at_[hidden])
Date: 2001-09-07 10:25:00
I propose following change in conversion_traits.hpp to be able to
compile it with Solaris Forte C++ 6 u.1
Gennadiy.
cvs diff conversion_traits.hpp
Index: conversion_traits.hpp
===================================================================
RCS
file: /cvsroot/boost/boost/boost/type_traits/conversion_traits.hpp,v
retrieving revision 1.7
diff -r1.7 conversion_traits.hpp
203c203
< #ifndef BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
--- > #if !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