Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r52982 - trunk/libs/graph/example
From: asutton_at_[hidden]
Date: 2009-05-13 20:42:14


Author: asutton
Date: 2009-05-13 20:42:13 EDT (Wed, 13 May 2009)
New Revision: 52982
URL: http://svn.boost.org/trac/boost/changeset/52982

Log:
Removing example from build.
Text files modified:
   trunk/libs/graph/example/Jamfile.v2 | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/libs/graph/example/Jamfile.v2
==============================================================================
--- trunk/libs/graph/example/Jamfile.v2 (original)
+++ trunk/libs/graph/example/Jamfile.v2 2009-05-13 20:42:13 EDT (Wed, 13 May 2009)
@@ -4,7 +4,7 @@
 # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
 
-exe labeled_graph : labeled_graph.cpp ;
+# exe labeled_graph : labeled_graph.cpp ;
 # exe quick_tour_new : quick_tour_new.cpp ;
 exe degree_centrality : degree_centrality.cpp ;
 exe influence_prestige : influence_prestige.cpp ;


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