Boost logo

Boost-Commit :

From: gordon_at_[hidden]
Date: 2008-07-02 18:59:21


Author: gordon.woodhull
Date: 2008-07-02 18:59:20 EDT (Wed, 02 Jul 2008)
New Revision: 47015
URL: http://svn.boost.org/trac/boost/changeset/47015

Log:
start of changes to detail, fusion, intrusive
Added:
   sandbox/metagraph/boost/detail/
   sandbox/metagraph/boost/fusion/
      - copied from r47012, /trunk/boost/fusion/
   sandbox/metagraph/boost/intrusive/
      - copied from r47014, /trunk/boost/intrusive/
Text files modified:
   sandbox/metagraph/boost/metagraph/fusion_graph.h | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: sandbox/metagraph/boost/metagraph/fusion_graph.h
==============================================================================
--- sandbox/metagraph/boost/metagraph/fusion_graph.h (original)
+++ sandbox/metagraph/boost/metagraph/fusion_graph.h 2008-07-02 18:59:20 EDT (Wed, 02 Jul 2008)
@@ -38,7 +38,7 @@
 // this should all be abstracted better (another level is planned), but here's a start
 template<typename InputGraph>
 struct make_fusion_graph {
- struct type { //?
+ struct type {
         template<typename VertexTag> struct vertex_impl;
         template<typename EdgeTag>
         struct edge_impl {


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