mirror of
https://github.com/wolfpld/tracy
synced 2026-02-15 01:32:13 +00:00
Require MSVC 15.7 for <execution> support.
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
#include <mutex>
|
||||
#include <string.h>
|
||||
|
||||
#if __has_include(<execution>)
|
||||
#if __has_include(<execution>) && ( !defined _MSC_VER || _MSC_VER >= 1914 )
|
||||
# include <execution>
|
||||
#else
|
||||
# include "tracy_pdqsort.h"
|
||||
|
||||
Reference in New Issue
Block a user