mirror of
https://github.com/boostorg/config.git
synced 2025-08-02 05:44:26 +02:00
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