$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: David Abrahams (dave_at_[hidden])
Date: 2004-04-11 18:09:35
I note in comeau.hpp:
# if defined(_MSC_VER) && _MSC_VER <= 1300
# define BOOST_NO_STDC_NAMESPACE
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
# if _MSC_VER > 100
// only set this in non-strict mode:
# define BOOST_NO_ARGUMENT_DEPENDENT_LOOKUP
# endif
# endif
The indicated line seems completely out-of-place here - it's a
library thing, not a compiler thing, and it breaks builds with my
compiler. I'm deleting it and checking in. Please let me know if
you disagree with this move.
-- Dave Abrahams Boost Consulting www.boost-consulting.com