Fix libcds nifty counter typo
Thanks @PhysSong Co-authored-by: Hyunjin Song <tteu.ingog@gmail.com>
This commit is contained in:
@@ -17,6 +17,5 @@ namespace _cdslib
|
||||
void thread_deinit();
|
||||
|
||||
static NiftyCounter<init, deinit> _counter;
|
||||
static NiftyCounterTL<thread_init, thread_init> _thread_counter;
|
||||
static NiftyCounterTL<thread_init, thread_deinit> _thread_counter;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user