$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r78205 - trunk/boost/phoenix/core
From: joel_at_[hidden]
Date: 2012-04-26 02:26:11
Author: djowel
Date: 2012-04-26 02:26:10 EDT (Thu, 26 Apr 2012)
New Revision: 78205
URL: http://svn.boost.org/trac/boost/changeset/78205
Log:
added note to current and future maintainers to please make this as
lightweight as possible (as it is right now).
Text files modified:
trunk/boost/phoenix/core/is_actor.hpp | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
Modified: trunk/boost/phoenix/core/is_actor.hpp
==============================================================================
--- trunk/boost/phoenix/core/is_actor.hpp (original)
+++ trunk/boost/phoenix/core/is_actor.hpp 2012-04-26 02:26:10 EDT (Thu, 26 Apr 2012)
@@ -9,6 +9,9 @@
#include <boost/mpl/bool.hpp>
+// Note to Thomas and any future maintainer: please make this as
+// lightweight as possible (as it is right now).
+
namespace boost { namespace phoenix
{
///////////////////////////////////////////////////////////////////////////////