|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r67069 - trunk/libs/graph/test
From: jewillco_at_[hidden]
Date: 2010-12-06 13:20:23
Author: jewillco
Date: 2010-12-06 13:20:16 EST (Mon, 06 Dec 2010)
New Revision: 67069
URL: http://svn.boost.org/trac/boost/changeset/67069
Log:
Removed dynamic linking to Boost.Test
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-06 13:20:16 EST (Mon, 06 Dec 2010)
@@ -3,7 +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
+// #define BOOST_TEST_DYN_LINK 1
#define BOOST_TEST_NO_LIB 1
#include <fstream>
#include <iostream>
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