$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [phoenix] doesn't compile with gcc 4.9 snapshot
From: Nathan Ridge (zeratul976_at_[hidden])
Date: 2013-04-08 19:08:21
> I'm trying to compile some code that uses Boost with a GCC 4.9 snapshot,
> but something seems to be going badly wrong.
>
> Something as simple as a file containing the include:
>
>
> #include <boost/phoenix/core.hpp>
>
>
> fails to compile, with the following errors:
>
> [snip]
I looked into this a little, and it seems to be caused by a regression
in GCC 4.9. I reported it at http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56886
Regards,
Nate