[llvm-bugs] [Bug 49458] Incorrect initialization of static data members in recursive class templates

via llvm-bugs llvm-bugs at lists.llvm.org
Mon Mar 8 20:14:34 PST 2021


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

Richard Smith <richard-llvm at metafoo.co.uk> changed:

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

--- Comment #1 from Richard Smith <richard-llvm at metafoo.co.uk> ---
The initialization of a variable that is implicitly instantiated from a
template is indeterminately ordered with respect to the initializations of
other variables. See http://eel.is/c++draft/basic.start.dynamic#1

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20210309/1c380feb/attachment.html>


More information about the llvm-bugs mailing list