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
Fix initialization and thread-safety of SDF::Version() global
Replace a static global variable that used a pre-main constructor with
a latch-initialized static local variable and mutex to guard the writes.
This does not change API but it does change ABI.
Signed-off-by: Jeremy Nimmer <jeremy.nimmer@tri.global>
0 commit comments