$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Jens Maurer (jmaurer_at_[hidden])
Date: 2000-04-26 15:23:50
Dave Abrahams wrote:
> [Jens Maurer:]
> > Did I miss any
> > non-obvious command-line switches?
>
> Bummer. The only one I can think of is -DBOOST_NO_OPERATORS_IN_NAMESPACE
> which is needed to work around a gcc 2.95.2 bug. Maybe BCB has the same bug
> (he said, thinking wishfully).
No, BOOST_NO_OPERATORS_IN_NAMESPACE is rather worse because BCC
seems to dislike the using-declarations for the templates
such as "orable" in boost/operators.hpp .
Jens Maurer