You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Storing the address of a thread-local object in a global object will result in undefined behavior if the address is accessed after the relevant thread is terminated.",
311
+
"kind": "problem",
312
+
"name": "The address of an object with thread-local storage shall not be copied to a global object",
"title": "The address of an object with automatic storage shall not be copied to another object that persists after the first object has ceased to exist"
0 commit comments