$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Newbie question filesystem
From: Igor R (boost.lists_at_[hidden])
Date: 2010-05-06 14:08:11
> From what I see, basic_path will with < std::string, path_traits > ( from
> path.hpp). I'm deriving from basic_path and using that constructor.
I don't know what you mean by saying "using that constructor", but
note that in C++ constructors are not inherited.