Bring basic_path into alignment with n1841 Filesystem Library proposal

[SVN r30879]
This commit is contained in:
Beman Dawes
2005-09-08 19:57:08 +00:00
parent 78ba8e5ced
commit cb2f9b138e
6 changed files with 117 additions and 105 deletions

View File

@@ -17,6 +17,9 @@
#define BOOST_WINDOWS_PATH
#include "boost/filesystem/path.hpp"
namespace boost { namespace windows { path_format_t portable; } }
namespace boost { namespace posix { path_format_t portable; } }
namespace pos = boost::posix;
namespace win = boost::windows;