mirror of
https://github.com/boostorg/fusion.git
synced 2025-07-24 17:47:15 +02:00
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