2
0
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:
Jaakko Järvi
2002-03-08 14:26:29 +00:00
parent 5fbbc843dd
commit 57d827ad82

View File

@@ -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