Boost logo

Boost-Commit :

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


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

Log:
Forcing filesystem version 3
Text files modified:
   trunk/libs/graph/test/parallel_edges_loops_test.cpp | 2 ++
   1 files changed, 2 insertions(+), 0 deletions(-)

Modified: trunk/libs/graph/test/parallel_edges_loops_test.cpp
==============================================================================
--- trunk/libs/graph/test/parallel_edges_loops_test.cpp (original)
+++ trunk/libs/graph/test/parallel_edges_loops_test.cpp 2010-12-04 15:45:09 EST (Sat, 04 Dec 2010)
@@ -16,6 +16,8 @@
 
 */
 
+#define BOOST_FILESYSTEM_VERSION 3
+
 #include <iostream>
 #include <fstream>
 #include <vector>


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