Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Include `share.h` for `_SH_DENYNO`’s definition * Define `NOMINMAX` only if not already defined; MINGW warns of redefinition since `bits/os_defines.h` included by `<algorithm>` already defines it * Use C++11 `thread_local` instead of the non-standard option of `__declspec(thread)` [1] [1]: https://learn.microsoft.com/en-us/cpp/cpp/thread?view=msvc-170
- Loading branch information