
10 May
2006
10 May
'06
10:25 p.m.
Beman Dawes wrote:
What would the motivation be?
BOOST_FILESYSTEM_NARROW_ONLY is a workaround for libraries and/or compilers that don't support wide characters or enable if. I really don't like it - the code would be clearer without it. I hate to add yet another workaround unless there is strong motivation.
Windows CE and its siblings don't provide narrow-character versions of most API functions. That would be the motivation to have a version that doesn't use them. Sebastian Redl