$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Doug Gregor (dgregor_at_[hidden])
Date: 2007-10-29 15:12:42
On Oct 29, 2007, at 2:12 PM, Ralf W. Grosse-Kunstleve wrote:
> I'm testing Boost.Python compilation with the latest g++ 4.3.0
> (svn rev 129691). It fails because ext/hash_set is not available.
> On 2007-10-18 it was moved to backward/hash_set (gcc svn rev 129442).
> The patch below restores the Boost.Python compilation.
> Is this an OK adjustment?
You might want to hold off on this change... the GCC folks are
reconsidering whether ext/hash_set will exist in 4.3.0 or not.
- Doug