forked from boostorg/config
Updated description
[SVN r13048]
This commit is contained in:
@@ -6,8 +6,8 @@
|
|||||||
// MACRO: BOOST_NO_USING_TEMPLATE
|
// MACRO: BOOST_NO_USING_TEMPLATE
|
||||||
// TITLE: using template declarations
|
// TITLE: using template declarations
|
||||||
// DESCRIPTION: The compiler will not accept a using declaration
|
// DESCRIPTION: The compiler will not accept a using declaration
|
||||||
// that imports a template from the global namespace
|
// that imports a class or function template
|
||||||
// into a named namespace. Probably Borland specific.
|
// into a named namespace. Probably Borland/MSVC6 specific.
|
||||||
|
|
||||||
template <class T>
|
template <class T>
|
||||||
int global_foo(T)
|
int global_foo(T)
|
||||||
@@ -41,3 +41,4 @@ int test()
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user