mirror of
https://github.com/boostorg/fusion.git
synced 2025-07-23 00:57:20 +02:00
C++11 patches by Michel Morin
[SVN r75394]
This commit is contained in:
@ -72,6 +72,8 @@ struct fobj
|
||||
|
||||
int operator()(int i, object &, object_nc &) { return 10 + i; }
|
||||
int operator()(int i, object &, object_nc &) const { return 11 + i; }
|
||||
int operator()(int i, object const &, object_nc &);
|
||||
int operator()(int i, object const &, object_nc &) const;
|
||||
};
|
||||
|
||||
struct nullary_fobj
|
||||
|
Reference in New Issue
Block a user