$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [filesystem] Using basic_path in char-type generic code
From: Jeff Flinn (TriumphSprint2000_at_[hidden])
Date: 2010-02-27 10:11:21
Adam Badura wrote:
>> There are two independent structs, path_traits and wpath_traits.
> 
>    Yes. And this is the problem since it makes it impossible to use 
> basic_path in the same character independent type as we can use 
> basic_string.
>    Can this be solved somehow? For example by making the traits a 
> template class (dependent on the character type) and provide only two 
> specializations for char and wchar_t?
> 
>    Adam Badura
IIUC, beman's recent beta of Filesystem V3 directly addresses these 
issues. There are recent postings on the devel list.
Jeff