[Bug libstdc++/53578] include/ext/concurrence.h relies on ill-formed narrowing conversions
vanboxem.ruben at gmail dot com
gcc-bugzilla@gcc.gnu.org
Wed Jun 6 10:25:00 GMT 2012
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53578
Ruben Van Boxem <vanboxem.ruben at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |vanboxem.ruben at gmail dot
| |com
--- Comment #5 from Ruben Van Boxem <vanboxem.ruben at gmail dot com> 2012-06-06 10:25:26 UTC ---
This is not only a <ext/*> problem, but also turns up with `std::unique_ptr`
(so the header <memory>) on Windows. This error is caught by Clang in c++11
mode:
http://llvm.org/bugs/show_bug.cgi?id=12707
More information about the Gcc-bugs
mailing list