forked from boostorg/config
Untabified
[SVN r17202]
This commit is contained in:
@ -18,7 +18,7 @@ namespace boost_deduced_typename{
|
||||
template <class T>
|
||||
int f(T const volatile*, BOOST_DEDUCED_TYPENAME T::type* = 0)
|
||||
{
|
||||
return 0;
|
||||
return 0;
|
||||
}
|
||||
|
||||
struct X { typedef int type; };
|
||||
|
Reference in New Issue
Block a user