forked from boostorg/fusion
Fix test error with C++03 mode, due to C++11 using-declaration.
This commit is contained in:
@ -132,7 +132,7 @@ struct functor
|
||||
|
||||
struct visitor
|
||||
{
|
||||
using result_type = int;
|
||||
typedef int result_type;
|
||||
|
||||
int operator()(int sum, long&)
|
||||
{
|
||||
|
Reference in New Issue
Block a user