From 9e0bb51f397c0afc28c1a37251cd8430bd838ac0 Mon Sep 17 00:00:00 2001 From: mat007 Date: Thu, 12 Jul 2012 07:59:09 +0000 Subject: [PATCH] Fixed boost::lambda_functor forward declaration git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@476 860be788-9bd5-4423-9f1e-828f051e677b --- turtle/log.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/turtle/log.hpp b/turtle/log.hpp index e64ba7a..9ab8c0a 100644 --- a/turtle/log.hpp +++ b/turtle/log.hpp @@ -28,7 +28,7 @@ namespace phoenix } namespace lambda { - template< typename T > struct lambda_functor; + template< typename T > class lambda_functor; } namespace assign_detail {