hello.
Is there preferred way to initialize (lazily) singleton data when using multiple threads from boost.threads?
Thanks.
Check out the call_once free function in Boost.Thread.