$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Gennadiy Rozental (gennadiy.rozental_at_[hidden])
Date: 2005-06-24 00:38:17
>>> I just tried to compile something with the test library and two
>>> translation units. Boom! It was this definition, which appears in
>>> boost/test/impl/execution_monitor.ipp.
>>
>> I wonder which Boost.Test componenent were you using?
>
> Well, minimal test, and I now know it applies only to single TUs, but
> the bug would apply to multiple TUs.
Actually none of the Boost.Test inline components are supposed to be used
for multiple testing modules (all supply main function()). So I do not think
any fix is required. I recommend you to try
auto unit test facilities. Not it's much more convinient and supports MTU.
Gennadiy