This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/47252] GCC Segfaults when boost/range.hpp is included and deduced parameter is a initializer_list
- From: "patrick.a.moran at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sun, 16 Jan 2011 04:10:28 +0000
- Subject: [Bug c++/47252] GCC Segfaults when boost/range.hpp is included and deduced parameter is a initializer_list
- Auto-submitted: auto-generated
- References: <bug-47252-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47252
--- Comment #3 from Patrick Moran <patrick.a.moran at gmail dot com> 2011-01-16 04:10:26 UTC ---
Confirmed that the code does in fact work with boost 1.42 on gcc 4.6.0. I
guess that makes this already fixed.