generator icon indicating copy to clipboard operation
generator copied to clipboard

lost "#include <atomic>" import in "nested_test.cpp" file

Open DoSeek opened this issue 2 years ago • 0 comments

compiler report a error at line "167" when compile "nested_test.cpp" file.

std::atomic<std::size_t> counting_allocator_base::allocatedCount{0};

by test, found lost "#include < atomic>" import in "nested_test.cpp" file !

Could PR fix it next commit ? @lewissbaker @cor3ntin

DoSeek avatar Aug 03 '21 15:08 DoSeek