Problem: static initialization order fiasco
Solution: use local statics when available in a thread-safe implementation
Showing
Please
register
or
sign in
to comment
Solution: use local statics when available in a thread-safe implementation