
21 Sep
2006
21 Sep
'06
11:03 a.m.
I'm using Boost on Windows and the filesystem::path behaviour seems incorrect with the default name check, so I want to use the "native" namecheck instead. First of all, is this normal ? (since Boost is compiled for windows platformn should'nt the right name check be set by default ?) I initialize it manually using : filesystem::path::default_name_check( filesystem::native ) But since it can only be done once, this throws exceptions occasionnaly (not very important, but "ugly") Is there a better way to set the name check at the start of the application ? Washburn