From 683f27ed0ea11ee737291d32ec76db809357c6de Mon Sep 17 00:00:00 2001 From: Joel de Guzman Date: Thu, 26 Apr 2012 06:26:10 +0000 Subject: [PATCH] added note to current and future maintainers to please make this as lightweight as possible (as it is right now). [SVN r78205] --- include/boost/phoenix/core/is_actor.hpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/boost/phoenix/core/is_actor.hpp b/include/boost/phoenix/core/is_actor.hpp index 6d24e3d..b66a714 100644 --- a/include/boost/phoenix/core/is_actor.hpp +++ b/include/boost/phoenix/core/is_actor.hpp @@ -9,6 +9,9 @@ #include +// Note to Thomas and any future maintainer: please make this as +// lightweight as possible (as it is right now). + namespace boost { namespace phoenix { ///////////////////////////////////////////////////////////////////////////////