$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (John_Maddock_at_[hidden])
Date: 2002-03-03 06:18:45
>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.
Yes, will do.
>What do you think about the other macros?
OK but does your workaround actually work - I was under the impression that
anything like:
namespace whatever{
using std::ctype;
typedef ctype<char> ct;
}
would fail on MSVC?
- John Maddock
http://ourworld.compuserve.com/homepages/john_maddock/