On 5/23/07, Vivek Nallur <nallur@gmail.com> wrote:
My code looks something like this:
fwiw, the following code works just fine with 1.33.1 on Windows (and you do not need to use default_name_check if don't need to do this for every path)
namespace fs = boost::filesystem;
fs::path foo_path("c:\\a\\b", fs::native);
fs::path bar_path(fs::initial_path());
If you can post the actual code that is causing you problems, it might help to spot the error.