mirror of
https://github.com/boostorg/config.git
synced 2025-07-30 04:17:16 +02:00
Remove offending "typename".
[SVN r47415]
This commit is contained in:
@ -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()
|
||||
{
|
||||
|
Reference in New Issue
Block a user