Boost logo

Boost :

From: Bill Klein (bill_at_[hidden])
Date: 2000-12-01 06:22:57


Hi all,

I notice that in config.hpp we have:

    # elif defined __SUNPRO_CC
    # if __SUNPRO_CC <= 0x500
    # define BOOST_NO_MEMBER_TEMPLATES
    # define BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
    # endif

implying that versions > 5 of the Sun compiler are fixed
here. I'm using version 6 though and I've had to define both
of these to get rid of some compile errors, so it might be
worth getting rid of the #if __SUNPRO_CC <= 0x500... unless
there's another reason for it...

-Bill Klein <bill_at_[hidden]>


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