$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2008-05-14 00:39:57
AMDG
Julie Larson wrote:
> Thanks for the quick response Steven, However I think if you look at
> it you'll see that the destructor hasn't been called yet when the
> crash happens. The error happens during the iteration in main when
> trying to print out the contents of the word class. The destructor
> for the CWordHash class won't be called until after that when main
> exits.
>
Using the trunk, it crashes in the destructor when the assertion on
utilities.hpp line 394
{ (void)hook;
BOOST_INTRUSIVE_SAFE_HOOK_DESTRUCTOR_ASSERT(!hook.is_linked()); }
I don't happen to have 1.35 available, though.
In Christ,
Steven Watanabe