Boost logo

Boost-Commit :

From: jmcintyre_at_[hidden]
Date: 2008-07-22 20:17:46


Author: jared
Date: 2008-07-22 20:17:45 EDT (Tue, 22 Jul 2008)
New Revision: 47695
URL: http://svn.boost.org/trac/boost/changeset/47695

Log:
operator= should be defined, and it should do nothing
Text files modified:
   sandbox/pinhole/boost/pinhole/property_group.hpp | 6 ++++++
   1 files changed, 6 insertions(+), 0 deletions(-)

Modified: sandbox/pinhole/boost/pinhole/property_group.hpp
==============================================================================
--- sandbox/pinhole/boost/pinhole/property_group.hpp (original)
+++ sandbox/pinhole/boost/pinhole/property_group.hpp 2008-07-22 20:17:45 EDT (Tue, 22 Jul 2008)
@@ -168,6 +168,12 @@
             }
             m_actions.clear();
         }
+
+ property_group& operator=( const property_group& other )
+ {
+ // do nothing
+ return *this;
+ }
         
 
         /**


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk