libcwdversion 2.0.0
The C++ Debugging Support Library
Loading...
Searching...
No Matches
threads_created.h
1#pragma once
2
3#include <atomic>
4
5namespace libcwd::init_functions {
6extern std::atomic_bool threads_created;
7} // libcwd::init_functions