diff --git a/config.htm b/config.htm index 35e9e6d5..518c349e 100644 --- a/config.htm +++ b/config.htm @@ -746,9 +746,11 @@ f(&bar); // should choose #2. BOOST_NO_USING_TEMPLATE Compiler The compiler will not accept - a using declaration that imports a template from the - global namespace into a named namespace. Probably Borland - specific. + a using declaration that imports a template class or + function from another namespace. Originally a Borland + specific problem with imports to/from the global + namespace, extended to MSVC6 which has a specific issue + with importing template classes (but not functions). BOOST_NO_VOID_RETURNS