diff --git a/config.htm b/config.htm index 17a1b2d7..a9cbb354 100644 --- a/config.htm +++ b/config.htm @@ -749,7 +749,7 @@ f(&bar); // should choose #2. conforming std::use_facet.
typename
for dependent types in
deduced contexts. This macro expands to nothing on those
compilers, and typename
elsewhere. For
- example, replace:template+ example, replace:void f(T, typename T::type);
template <class T> void f(T, typename T::type);
with:
-template+void f(T, BOOST_DEDUCED_TYPENAME T::type);
template <class T> void f(T, BOOST_DEDUCED_TYPENAME T::type);