$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r68320 - trunk/boost/spirit/home/phoenix/core
From: joel_at_[hidden]
Date: 2011-01-20 08:03:44
Author: djowel
Date: 2011-01-20 08:03:42 EST (Thu, 20 Jan 2011)
New Revision: 68320
URL: http://svn.boost.org/trac/boost/changeset/68320
Log:
removed unnecessary private assignment operator
Text files modified: 
   trunk/boost/spirit/home/phoenix/core/actor.hpp |     4 ----                                    
   1 files changed, 0 insertions(+), 4 deletions(-)
Modified: trunk/boost/spirit/home/phoenix/core/actor.hpp
==============================================================================
--- trunk/boost/spirit/home/phoenix/core/actor.hpp	(original)
+++ trunk/boost/spirit/home/phoenix/core/actor.hpp	2011-01-20 08:03:42 EST (Thu, 20 Jan 2011)
@@ -137,10 +137,6 @@
 
         //  Bring in the rest of the constructors and function call operators
         #include <boost/spirit/home/phoenix/core/detail/actor.hpp>
-
-    private:
-        // silence MSVC warning C4512: assignment operator could not be generated
-        actor& operator= (actor const&);
     };
 
     //  Forward declaration: The intent to overload the comma must be