$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: asutton_at_[hidden]
Date: 2008-07-03 08:37:58
Author: asutton
Date: 2008-07-03 08:37:57 EDT (Thu, 03 Jul 2008)
New Revision: 47036
URL: http://svn.boost.org/trac/boost/changeset/47036
Log:
Messing around with stuff.
Text files modified: 
   sandbox/SOC/2008/graphs/branches/decoup/decoup.cpp |     2 ++                                      
   1 files changed, 2 insertions(+), 0 deletions(-)
Modified: sandbox/SOC/2008/graphs/branches/decoup/decoup.cpp
==============================================================================
--- sandbox/SOC/2008/graphs/branches/decoup/decoup.cpp	(original)
+++ sandbox/SOC/2008/graphs/branches/decoup/decoup.cpp	2008-07-03 08:37:57 EDT (Thu, 03 Jul 2008)
@@ -56,5 +56,7 @@
     vertex_type& v = verts.back().get<vertex_type>();
     cout << v.props << endl;
 
+    
+
     return 0;
 }