Boost logo

Boost :

From: John Maddock (john_maddock_at_[hidden])
Date: 2002-07-02 06:52:01


> Yes. Don't we have code which checks "can I do MSVC6 member templates?"
> before defining member templates? Shouldn't GCC 3.1 report "yes, you can
do
> MSVC6 member templates!"?

I'm confused, that's what we have isn't it? There are three options:

BOOST_NO_MEMBER_TEMPLATES:
No member templates at all.

BOOST_NO_MEMBER_TEMPLATES & BOOST_MSVC6_MEMBER_TEMPLATES:
Only the VC6 subset is available.

BOOST_MSVC6_MEMBER_TEMPLATES:
All member templates are supported (VC6 subset & std conforming).

John Maddock
http://ourworld.compuserve.com/homepages/john_maddock/index.htm


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