mirror of
https://github.com/boostorg/fusion.git
synced 2025-07-12 12:06:30 +02:00
C++11 patches by Michel Morin
[SVN r75394]
This commit is contained in:
@ -75,6 +75,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