mirror of
https://github.com/boostorg/lambda.git
synced 2026-01-27 06:52:14 +00:00
changed action from struct to class so they're similarly declared and defined
[SVN r13131]
This commit is contained in:
@@ -23,7 +23,7 @@ namespace lambda {
|
||||
|
||||
|
||||
|
||||
template<int Arity, class Act> struct action;
|
||||
template<int Arity, class Act> class action;
|
||||
|
||||
// these need to be defined here, since the corresponding lambda
|
||||
// functions are members of lambda_functor classes
|
||||
|
||||
Reference in New Issue
Block a user