$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Washburn (la.corbeille_at_[hidden])
Date: 2006-09-21 07:03:58
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