Remove offending "typename".

[SVN r47415]
This commit is contained in:
John Maddock
2008-07-14 08:39:02 +00:00
parent b526ab9386
commit 06f3a2ebd7

View File

@ -14,7 +14,7 @@
namespace boost_has_tr1_result_of{
typedef std::tr1::result_of<int*(int)> r;
typedef typename r::type rr;
typedef r::type rr;
int test()
{