From: William E. Kempf (williamkempf_at_[hidden])
Date: 2002-08-12 09:36:18


I've found an interesting problem with the VC6 compiler/libraries. The
terminate() and related functions don't seem to be placed in the "std"
namespace. The work around I've employed is to use a local "using namespace
std;", but I'm wondering if this is something that's already in, or should
be added, to Boost.Config?

Bill Kempf