$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (John_Maddock_at_[hidden])
Date: 2001-09-06 05:50:40
Dave,
>Will there be some way to have all workarounds disabled only on compiler
>versions unknown to the config system?
If you want it, here's what I was planning:
default behaviour: pessimistic, compiler versions newer than the last known
version are assumed to have all the known defects of the last version.
BOOST_STRICT_CONFIG defined: optimistic, compilers newer than the last
known version are assumed to be fully compliant.
BOOST_ASSERT_CONFIG defined: anything unknown generates a #error - lib
needs configuring.
Happy?
- John Maddock
http://ourworld.compuserve.com/homepages/john_maddock/