mirror of
https://github.com/boostorg/filesystem.git
synced 2026-02-01 08:32:08 +00:00
Bring basic_path into alignment with n1841 Filesystem Library proposal
[SVN r30879]
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user