Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r67033 - trunk/libs/graph/test
From: jewillco_at_[hidden]
Date: 2010-12-05 15:24:32


Author: jewillco
Date: 2010-12-05 15:24:28 EST (Sun, 05 Dec 2010)
New Revision: 67033
URL: http://svn.boost.org/trac/boost/changeset/67033

Log:
Turned off VC++ auto-linking
Text files modified:
   trunk/libs/graph/test/stoer_wagner_test.cpp | 1 +
   1 files changed, 1 insertions(+), 0 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-05 15:24:28 EST (Sun, 05 Dec 2010)
@@ -4,6 +4,7 @@
 // http://www.boost.org/LICENSE_1_0.txt)
 
 #define BOOST_TEST_DYN_LINK 1
+#define BOOST_TEST_NO_LIB 1
 #include <fstream>
 #include <iostream>
 #include <map>


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