forked from boostorg/config
Remove offending "typename".
[SVN r47415]
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
namespace boost_has_tr1_result_of{
|
namespace boost_has_tr1_result_of{
|
||||||
|
|
||||||
typedef std::tr1::result_of<int*(int)> r;
|
typedef std::tr1::result_of<int*(int)> r;
|
||||||
typedef typename r::type rr;
|
typedef r::type rr;
|
||||||
|
|
||||||
int test()
|
int test()
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user