$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: markus_schoepflin (markus.schoepflin_at_[hidden])
Date: 2002-03-01 07:46:30
--- In boost_at_y..., John Maddock <John_Maddock_at_c...> wrote:
>
> >I think we need a new config macro to describe this bug.
> BOOST_NO_USING_TEMPLATE_ACROSS_NAMESPACE perhaps?
>
> Can you not reuse BOOST_NO_USING_TEMPLATE for this?
> I accept it's not exactly the same issue, but it is pretty close
IMO.
>
BOOST_NO_USING_TEMPLATE is defined for MSVC, so I can reuse this
macro. The documentation for the macro should be updated in this case.
What do you think about the other macros?
Markus