src/3rdparty: Move jthread/stop_token out of std namespace to prevent collisions

This commit is contained in:
Tim Wojtulewicz 2025-06-04 15:16:53 -07:00
parent 3046be57da
commit 21fc299131
2 changed files with 4 additions and 4 deletions

View file

@ -15,7 +15,7 @@
#include "stop_token.hpp"
namespace std {
namespace nonstd {
//*****************************************
//* class jthread
@ -148,6 +148,6 @@ inline void jthread::swap(jthread& t) noexcept {
}
} // namespace std
} // namespace nonstd
#endif // JTHREAD_HPP