From 57d827ad82070133fdfdc17287e44e87487b69b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaakko=20J=C3=A4rvi?= Date: Fri, 8 Mar 2002 14:26:29 +0000 Subject: [PATCH] changed action from struct to class so they're similarly declared and defined [SVN r13131] --- include/boost/lambda/detail/actions.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/lambda/detail/actions.hpp b/include/boost/lambda/detail/actions.hpp index 55f2cf3..187f073 100644 --- a/include/boost/lambda/detail/actions.hpp +++ b/include/boost/lambda/detail/actions.hpp @@ -23,7 +23,7 @@ namespace lambda { -template struct action; +template class action; // these need to be defined here, since the corresponding lambda // functions are members of lambda_functor classes