$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Larry Evans (cppljevans_at_[hidden])
Date: 2005-04-30 10:48:38
On 04/30/2005 10:13 AM, Larry Evans wrote:
> The test passes, but during program "clean-up", a segmentation
> violation occurs. Here's the gdb session:
Changing:
#include <boost/test/included/unit_test_framework.hpp>
to:
#include <boost/test/unit_test.hpp>
solved the problem.
This was the smart_ptr_test.cpp from: