|
Boost : |
From: Beman Dawes (bdawes_at_[hidden])
Date: 2008-08-24 16:17:21
Joshua Peterson wrote:
> It seems that Boost.FileSystem does not implement some methods accepting
> wpath arguments when compiled with GCC 3.4.3 on Linux. This occurs because
> BOOST_FILESYSTEM_NARROW_ONLY is defined, which according to the comment in
> the code occurs for "badly broken compilers or libraries".
Something is amiss. IIRC, BOOST_FILESYSTEM_NARROW_ONLY should only be
defined for GCC on Windows/Cygwin, which doesn't have wide character
support. Don't all modern versions of GCC on Linux support wide characters?
Could you please check to see if BOOST_FILESYSTEM_NARROW_ONLY really is
being defined?
Thanks,
--Beman
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk