$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: asutton_at_[hidden]
Date: 2007-07-24 10:40:02
Author: asutton
Date: 2007-07-24 10:40:02 EDT (Tue, 24 Jul 2007)
New Revision: 7521
URL: http://svn.boost.org/trac/boost/changeset/7521
Log:
Added a quick comment to my todo block
Text files modified: 
   sandbox/boost_docs/trunk/libs/standard/doc/concepts/utilities/default_constructible.qbk |     3 ++-                                     
   1 files changed, 2 insertions(+), 1 deletions(-)
Modified: sandbox/boost_docs/trunk/libs/standard/doc/concepts/utilities/default_constructible.qbk
==============================================================================
--- sandbox/boost_docs/trunk/libs/standard/doc/concepts/utilities/default_constructible.qbk	(original)
+++ sandbox/boost_docs/trunk/libs/standard/doc/concepts/utilities/default_constructible.qbk	2007-07-24 10:40:02 EDT (Tue, 24 Jul 2007)
@@ -57,7 +57,8 @@
 
 [note
 *TODO:* There could be some discussion about default constructabiltiy and arrays,
-and its use in the `new` expressions.
+and its use in the `new` expressions. Maybe we should make `Constructible` and
+`Destructible` real concepts (with this level of documentation).
 ]
 
 [heading Examples]