mirror of
https://github.com/boostorg/fusion.git
synced 2026-02-10 09:05:33 +01: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