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.