From 8e4cc7303b6bfbe942dcf35d55871008d8c0746d Mon Sep 17 00:00:00 2001 From: John Maddock Date: Sun, 3 Mar 2002 11:38:18 +0000 Subject: [PATCH] Updated description [SVN r13048] --- test/boost_no_using_template.ipp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/test/boost_no_using_template.ipp b/test/boost_no_using_template.ipp index e0bb5022..f0526473 100644 --- a/test/boost_no_using_template.ipp +++ b/test/boost_no_using_template.ipp @@ -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 int global_foo(T) @@ -41,3 +41,4 @@ int test() +