mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2024-11-08 00:37:15 +01:00
9298065cef
CPR has features disabled and PCRE is fully disabled until updated to new code.
9 lines
169 B
C++
9 lines
169 B
C++
#include "cpr/async.h"
|
|
|
|
namespace cpr {
|
|
|
|
// NOLINTNEXTLINE (cppcoreguidelines-avoid-non-const-global-variables)
|
|
CPR_SINGLETON_IMPL(GlobalThreadPool)
|
|
|
|
} // namespace cpr
|