Updated description

[SVN r13048]
This commit is contained in:
John Maddock
2002-03-03 11:38:18 +00:00
parent 70bbd4f23e
commit 8e4cc7303b

View File

@ -6,8 +6,8 @@
// MACRO: BOOST_NO_USING_TEMPLATE
// TITLE: using template declarations
// DESCRIPTION: The compiler will not accept a using declaration
// that imports a template from the global namespace
// into a named namespace. Probably Borland specific.
// that imports a class or function template
// into a named namespace. Probably Borland/MSVC6 specific.
template <class T>
int global_foo(T)
@ -41,3 +41,4 @@ int test()