Arcady Goldmints-Orlov f83eeaebf5 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-12-11 20:03:16 +00:00
..
2023-12-11 20:03:16 +00:00
2023-12-11 20:03:15 +00:00
2023-12-11 20:03:16 +00:00