Commit a8342ddc authored by neverlord's avatar neverlord

cleanup code seems still buggy

parent 83a01882
...@@ -116,7 +116,7 @@ T* lazy_get(std::atomic<T*>& ptr, bool register_atexit_fun = false) ...@@ -116,7 +116,7 @@ T* lazy_get(std::atomic<T*>& ptr, bool register_atexit_fun = false)
if (register_atexit_fun) if (register_atexit_fun)
{ {
//# ifndef __APPLE__ //# ifndef __APPLE__
atexit(delete_singletons); // atexit(delete_singletons);
//# endif //# endif
} }
return tmp; return tmp;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment