Arcady Goldmints-Orlov f47028995c Use std::call_once in spv::Parameterize()
There was a race condition in this function as it used a static variable
to attempt to ensure global initialization was only done once, which was
not thread-safe. Instead, use std::call_once, which was added to C++11
for this exact case.

Fixes #342
2023-07-13 18:14:29 -04:00
..
2023-05-22 12:04:40 -06:00
2023-05-08 19:49:25 -06:00
2023-05-22 12:04:40 -06:00