$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Server Levent Yilmaz (leventyilmaz_at_[hidden])
Date: 2007-05-23 23:21:10
Hi Vivek,
On 5/23/07, Vivek Nallur <nallur_at_[hidden]> 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.
Levent
-- Server Levent Yilmaz Mechanical Engineering University of Pittsburgh