http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13166
Oliver Freyermuth <o.freyermuth at googlemail dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |o.freyermuth at googlemail dot com --- Comment #7 from Oliver Freyermuth <o.freyermuth at googlemail dot com> --- I can still see [DR136] not being implemented in gcc version 4.8.2 , as I just noticed some code not compiling anymore with recent Clang 3.4 which by now implemented DR136: http://llvm.org/viewvc/llvm-project?view=revision&revision=184889 . g++ still compiles it fine although DR136 is violated (code in question is e.g. string.h of commoncpp2-1.8.0 ).