Subject: [Boost-bugs] [Boost C++ Libraries] #6832: Missing "using" statement for copy_directory()
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-04-26 19:02:40
#6832: Missing "using" statement for copy_directory()
------------------------------------------+---------------------------------
Reporter: peter.klotz@⦠| Owner: bemandawes
Type: Bugs | Status: new
Milestone: To Be Determined | Component: filesystem
Version: Boost 1.49.0 | Severity: Problem
Keywords: |
------------------------------------------+---------------------------------
In boost/filesystem/v3/operations.hpp there is no "using
filesystem3::copy_directory" statement.
Therefore one must explicitly write "boost::filesystem3::copy_directory()"
instead of "boost::filesystem::copy_directory()".
Trivial patch:
--- operations.hpp 2012-04-26 21:01:10.598976200 +0200
+++ operations.hpp.patched 2012-04-26 20:59:30.176458500 +0200
@@ -1128,6 +1128,7 @@
using filesystem3::character_file;
// using filesystem3::copy;
using filesystem3::copy_file;
+ using filesystem3::copy_directory;
using filesystem3::copy_option;
using filesystem3::copy_symlink;
using filesystem3::create_directories;
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/6832> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:09 UTC