Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r55399 - sandbox/filesystem-v3/boost/filesystem
From: bdawes_at_[hidden]
Date: 2009-08-04 06:48:09


Author: bemandawes
Date: 2009-08-04 06:48:08 EDT (Tue, 04 Aug 2009)
New Revision: 55399
URL: http://svn.boost.org/trac/boost/changeset/55399

Log:
Introduce namespace path_traits
Text files modified:
   sandbox/filesystem-v3/boost/filesystem/path_traits.hpp | 14 ++++++--------
   1 files changed, 6 insertions(+), 8 deletions(-)

Modified: sandbox/filesystem-v3/boost/filesystem/path_traits.hpp
==============================================================================
--- sandbox/filesystem-v3/boost/filesystem/path_traits.hpp (original)
+++ sandbox/filesystem-v3/boost/filesystem/path_traits.hpp 2009-08-04 06:48:08 EDT (Tue, 04 Aug 2009)
@@ -1,4 +1,4 @@
-// filesystem convert.hpp ------------------------------------------------------------//
+// filesystem path_traits.hpp --------------------------------------------------------//
 
 // Copyright Beman Dawes 2009
 
@@ -7,8 +7,8 @@
 
 // Library home page: http://www.boost.org/libs/filesystem
 
-#ifndef BOOST_FILESYSTEM_CONVERT_HPP
-#define BOOST_FILESYSTEM_CONVERT_HPP
+#ifndef BOOST_FILESYSTEM_PATH_TRAITS_HPP
+#define BOOST_FILESYSTEM_PATH_TRAITS_HPP
 
 #include <boost/filesystem/config.hpp>
 #include <string>
@@ -18,11 +18,9 @@
 
 #include <boost/config/abi_prefix.hpp> // must be the last #include
 
-namespace boost { namespace filesystem {
+namespace boost { namespace filesystem { namespace path_traits {
   
   typedef std::codecvt<wchar_t, char, std::mbstate_t> codecvt_type;
-
-namespace detail {
 
   // value types differ ---------------------------------------------------------------//
   //
@@ -100,6 +98,6 @@
     to += from;
   }
 
-}}} // namespace boost::filesystem::detail
+}}} // namespace boost::filesystem::path_traits
 
-#endif // BOOST_FILESYSTEM_CONVERT_HPP
+#endif // BOOST_FILESYSTEM_PATH_TRAITS_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