https://bugs.llvm.org/show_bug.cgi?id=34754

Karsten H <powerch...@web.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #3 from Karsten H <powerch...@web.de> ---
This has been fixed. S::i is no longer considered an inline variable and hence
has external linkage as in C++11/14.

For a static data member [dcl.inline] must very likely be interpreted as if it
means "in the class definition". This lack of clarity might be a defect in the
language.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to