$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: asutton_at_[hidden]
Date: 2007-09-06 11:15:27
Author: asutton
Date: 2007-09-06 11:15:26 EDT (Thu, 06 Sep 2007)
New Revision: 39148
URL: http://svn.boost.org/trac/boost/changeset/39148
Log:
Changelog updates
Text files modified: 
   sandbox/graph-v2/libs/property_map/ChangeLog |     8 +++++++-                                
   1 files changed, 7 insertions(+), 1 deletions(-)
Modified: sandbox/graph-v2/libs/property_map/ChangeLog
==============================================================================
--- sandbox/graph-v2/libs/property_map/ChangeLog	(original)
+++ sandbox/graph-v2/libs/property_map/ChangeLog	2007-09-06 11:15:26 EDT (Thu, 06 Sep 2007)
@@ -40,6 +40,9 @@
     The general behavior is a) to return an arbitrary value and b) ignore any
     writes.
 
+    Explicitly added a get() that returns the value_type() when invoked. This
+    makes it work with dynamic_properties.
+
 * Moved dynamic_property_map.hpp into the property_map library.
     Made a couple of small changes - mostly cosmetic. Removed backwards
     compatible support for GCC 2.95 (had to do with proper scoping).
@@ -48,4 +51,7 @@
     that any maps it contains have to be models of both Readable and Writable
     property maps - if it's read only, we can't instantiate the adaptor class.
     As such, many of the property maps that wouldn't normally support put or
-    get functions, actually have them - even if they don't do anything.
\ No newline at end of file
+    get functions, actually have them - even if they don't do anything.
+
+    Fixed #954 - added a copy constructor to the dynamic_properties. Also added
+    a virtual constructor to dynamic_property_map to support the operation.
\ No newline at end of file