Switch back to std:: muteces. mutices. mutexen.
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
|
||||
namespace xe {
|
||||
|
||||
xe::recursive_mutex& global_critical_region::mutex() {
|
||||
static xe::recursive_mutex global_mutex;
|
||||
std::recursive_mutex& global_critical_region::mutex() {
|
||||
static std::recursive_mutex global_mutex;
|
||||
return global_mutex;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user