Mir

Comment 1 for bug 1599867

Revision history for this message
Alberto Aguirre (albaguirre) wrote :

Looks like std::call_once is not really required. A static variable initialization has thread safety guarantees under c++11.