$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] libstdc++ debug mode
From: Robert Ramey (ramey_at_[hidden])
Date: 2016-10-30 19:48:15
On 10/30/16 3:29 PM, Edward Diener wrote:
pass. Lesson of all this is:
>>
>> a) I'm thinking we should run all tests on the deelop branch with
>> _GLIBCXX_DEBUG defined. That is, our jam files should contain?:
>
> You did not explain why removing <toolset>gcc:<define>_GLIBCXX_DEBUG
> caused your tests to pass.
I don't know why. By binary search I isolated the change at which tests
started to fail. The only change was the addition of the _GLIBCXX
switch. So I commented it out and everything started to pass.
Robert Ramey