This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/53628] [C++11][DR 712] Compiler requires definition of static member constants when not odr-used


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53628

Daniel KrÃgler <daniel.kruegler at googlemail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |link-failure

--- Comment #1 from Daniel KrÃgler <daniel.kruegler at googlemail dot com> 2012-06-10 21:38:56 UTC ---
I would like to add that exactly the same example is still the main example of
the otherwise valid explanations in

http://gcc.gnu.org/wiki/VerboseDiagnostics#missing_static_const_definition

This particular example should be modified as well (or marked to be valid in
C++03 only)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]