Turns out the --dep_name errors were due to functions in the wrong namespace (Chris Kohlhoff)

[SVN r39553]
This commit is contained in:
Beman Dawes
2007-09-26 17:48:27 +00:00
parent 184a2518c5
commit 85ed046d40
2 changed files with 2 additions and 3 deletions

View File

@@ -69,7 +69,7 @@ namespace boost
if ( locked ) boost::throw_exception(
wfilesystem_error(
"boost::filesystem::wpath_traits::imbue() after lockdown",
system::make_error_code( system::posix::not_supported ) ) );
make_error_code( system::posix::not_supported ) ) );
imbue( new_loc, std::nothrow );
}