https://bugs.llvm.org/show_bug.cgi?id=34754
Karsten H <[email protected]> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Status|NEW |RESOLVED
--- Comment #3 from Karsten H <[email protected]> ---
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
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs