Untabified

[SVN r17202]
This commit is contained in:
Björn Karlsson
2003-02-04 15:01:48 +00:00
parent 39d0339f38
commit ded9a55c2d

View File

@ -18,7 +18,7 @@ namespace boost_deduced_typename{
template <class T> template <class T>
int f(T const volatile*, BOOST_DEDUCED_TYPENAME T::type* = 0) int f(T const volatile*, BOOST_DEDUCED_TYPENAME T::type* = 0)
{ {
return 0; return 0;
} }
struct X { typedef int type; }; struct X { typedef int type; };