Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r77367 - trunk/tools/quickbook/src
From: dnljms_at_[hidden]
Date: 2012-03-18 08:57:21


Author: danieljames
Date: 2012-03-18 08:57:20 EDT (Sun, 18 Mar 2012)
New Revision: 77367
URL: http://svn.boost.org/trac/boost/changeset/77367

Log:
Quickbook: Remove 'v3' filesystem paths.
Text files modified:
   trunk/tools/quickbook/src/actions.cpp | 4 ++--
   trunk/tools/quickbook/src/doc_info_actions.cpp | 2 +-
   trunk/tools/quickbook/src/files.cpp | 2 +-
   trunk/tools/quickbook/src/files.hpp | 2 +-
   trunk/tools/quickbook/src/input_path.hpp | 2 +-
   trunk/tools/quickbook/src/quickbook.cpp | 6 +++---
   trunk/tools/quickbook/src/quickbook.hpp | 2 +-
   7 files changed, 10 insertions(+), 10 deletions(-)

Modified: trunk/tools/quickbook/src/actions.cpp
==============================================================================
--- trunk/tools/quickbook/src/actions.cpp (original)
+++ trunk/tools/quickbook/src/actions.cpp 2012-03-18 08:57:20 EDT (Sun, 18 Mar 2012)
@@ -12,8 +12,8 @@
 #include <functional>
 #include <vector>
 #include <map>
-#include <boost/filesystem/v3/convenience.hpp>
-#include <boost/filesystem/v3/fstream.hpp>
+#include <boost/filesystem/convenience.hpp>
+#include <boost/filesystem/fstream.hpp>
 #include <boost/range/distance.hpp>
 #include <boost/range/algorithm/replace.hpp>
 #include <boost/lexical_cast.hpp>

Modified: trunk/tools/quickbook/src/doc_info_actions.cpp
==============================================================================
--- trunk/tools/quickbook/src/doc_info_actions.cpp (original)
+++ trunk/tools/quickbook/src/doc_info_actions.cpp 2012-03-18 08:57:20 EDT (Sun, 18 Mar 2012)
@@ -12,7 +12,7 @@
 #include <boost/bind.hpp>
 #include <boost/algorithm/string/join.hpp>
 #include <boost/foreach.hpp>
-#include <boost/filesystem/v3/operations.hpp>
+#include <boost/filesystem/operations.hpp>
 #include "quickbook.hpp"
 #include "utils.hpp"
 #include "files.hpp"

Modified: trunk/tools/quickbook/src/files.cpp
==============================================================================
--- trunk/tools/quickbook/src/files.cpp (original)
+++ trunk/tools/quickbook/src/files.cpp 2012-03-18 08:57:20 EDT (Sun, 18 Mar 2012)
@@ -8,7 +8,7 @@
     http://www.boost.org/LICENSE_1_0.txt)
 =============================================================================*/
 #include "files.hpp"
-#include <boost/filesystem/v3/fstream.hpp>
+#include <boost/filesystem/fstream.hpp>
 #include <boost/unordered_map.hpp>
 #include <boost/range/algorithm/upper_bound.hpp>
 #include <boost/range/algorithm/transform.hpp>

Modified: trunk/tools/quickbook/src/files.hpp
==============================================================================
--- trunk/tools/quickbook/src/files.hpp (original)
+++ trunk/tools/quickbook/src/files.hpp 2012-03-18 08:57:20 EDT (Sun, 18 Mar 2012)
@@ -12,7 +12,7 @@
 #define BOOST_QUICKBOOK_FILES_HPP
 
 #include <string>
-#include <boost/filesystem/v3/path.hpp>
+#include <boost/filesystem/path.hpp>
 #include <boost/intrusive_ptr.hpp>
 #include <stdexcept>
 #include <cassert>

Modified: trunk/tools/quickbook/src/input_path.hpp
==============================================================================
--- trunk/tools/quickbook/src/input_path.hpp (original)
+++ trunk/tools/quickbook/src/input_path.hpp 2012-03-18 08:57:20 EDT (Sun, 18 Mar 2012)
@@ -10,7 +10,7 @@
 #define BOOST_QUICKBOOK_DETAIL_INPUT_PATH_HPP
 
 #include <boost/config.hpp>
-#include <boost/filesystem/v3/path.hpp>
+#include <boost/filesystem/path.hpp>
 #include <string>
 #include <stdexcept>
 #include <iostream>

Modified: trunk/tools/quickbook/src/quickbook.cpp
==============================================================================
--- trunk/tools/quickbook/src/quickbook.cpp (original)
+++ trunk/tools/quickbook/src/quickbook.cpp 2012-03-18 08:57:20 EDT (Sun, 18 Mar 2012)
@@ -16,9 +16,9 @@
 #include "input_path.hpp"
 #include "id_manager.hpp"
 #include <boost/program_options.hpp>
-#include <boost/filesystem/v3/path.hpp>
-#include <boost/filesystem/v3/operations.hpp>
-#include <boost/filesystem/v3/fstream.hpp>
+#include <boost/filesystem/path.hpp>
+#include <boost/filesystem/operations.hpp>
+#include <boost/filesystem/fstream.hpp>
 #include <boost/range/algorithm.hpp>
 #include <boost/ref.hpp>
 #include <boost/version.hpp>

Modified: trunk/tools/quickbook/src/quickbook.hpp
==============================================================================
--- trunk/tools/quickbook/src/quickbook.hpp (original)
+++ trunk/tools/quickbook/src/quickbook.hpp 2012-03-18 08:57:20 EDT (Sun, 18 Mar 2012)
@@ -15,7 +15,7 @@
 #include <time.h>
 #include <vector>
 #include <string>
-#include <boost/filesystem/v3/path.hpp>
+#include <boost/filesystem/path.hpp>
 #include "fwd.hpp"
 #include "values.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