$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2005-11-23 05:05:47
>> But I don't get this error message in release version.
>>
>> What can I do?
The debug binaries built by bjam have __STL_DEBUG defined, you need to
define this when building your source in order to get it to link correctly.
John.