Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r67012 - trunk/libs/graph/test
From: jewillco_at_[hidden]
Date: 2010-12-04 15:45:43


Author: jewillco
Date: 2010-12-04 15:45:42 EST (Sat, 04 Dec 2010)
New Revision: 67012
URL: http://svn.boost.org/trac/boost/changeset/67012

Log:
Moved #define up
Text files modified:
   trunk/libs/graph/test/stoer_wagner_test.cpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/libs/graph/test/stoer_wagner_test.cpp
==============================================================================
--- trunk/libs/graph/test/stoer_wagner_test.cpp (original)
+++ trunk/libs/graph/test/stoer_wagner_test.cpp 2010-12-04 15:45:42 EST (Sat, 04 Dec 2010)
@@ -3,6 +3,7 @@
 // (See accompanying file LICENSE_1_0.txt or the copy at
 // http://www.boost.org/LICENSE_1_0.txt)
 
+#define BOOST_TEST_DYN_LINK 1
 #include <fstream>
 #include <iostream>
 #include <map>
@@ -16,7 +17,6 @@
 #include <boost/graph/stoer_wagner_min_cut.hpp>
 #include <boost/graph/property_maps/constant_property_map.hpp>
 #include <boost/property_map/property_map.hpp>
-#define BOOST_TEST_DYN_LINK 1
 #include <boost/test/unit_test.hpp>
 #include <boost/tuple/tuple.hpp>
 


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