1
0
mirror of synced 2025-02-06 22:24:24 +01:00
2023-11-02 20:41:47 +01:00

7 lines
126 B
C++
Vendored

#pragma once
#if __cpp_lib_jthread >= 201911L
#include <thread>
#else
#include "../jthread/source/jthread.hpp"
#endif