$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] libstdc++ debug mode
From: Peter Dimov (lists_at_[hidden])
Date: 2016-10-30 21:08:24
Robert Ramey wrote:
> b) it looks like when an error in libstd++ is encounted - things just
> segfault.
The problem is probably that some parts are compiled with _GLIBCXX_DEBUG
defined and some aren't. This will crash. The macro needs to be set
everywhere.