Boost logo

Boost :

From: John Maddock (john_maddock_at_[hidden])
Date: 2002-05-20 06:14:10


The following new config macros have now been added:

BOOST_NO_TEMPLATE_TEMPLATES
The compiler does not support template template params (for quaternion etc).

BOOST_BCB_PARTIAL_SPECIALIZATION_BUG
The compiler has certain partial specialisation bugs (Borland specific) (for
Loki port).

BOOST_HAS_DIRENT_H
The platform has a <dirent.h>, for regex (and probably Beman's
directory/file code in the future).

BOOST_NO_MEMBER_FUNCTION_SPECIALIZATIONS
If specializations of individual member functions of a class template is not
supported (for regex).

The usual test cases and docs have been updated, as have the config headers
for the borland/Microsoft compilers. Other compiler configs may need
updating as well, so if the testers can complain if config_test.cpp stops
working it would be appreciated.

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