$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (John_Maddock_at_[hidden])
Date: 2000-04-30 05:44:32
Dave,
>Since when? The way I designed BOOST_NO_OPERATORS_IN_NAMESPACE to work,
usage should be transparent for all users. In fact, it looks like the
BOOST_NO_OPERATORS_IN_NAMESPACE case above is the way I originally designed
it to work. So, couldn't all users portably rely on that technique (member
operators?)
<
Yes they could, and I guess most will, but should the user prefer the
friend operator for some reason, then some kind of
BOOST_NO_OPERATORS_IN_NAMESPACE workaround may be necessary.
- John.