mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +00:00
Require MSVC 15.7 for <execution> support.
This commit is contained in:
parent
e9a971bacf
commit
90a874f311
@ -8,7 +8,7 @@
|
|||||||
#include <mutex>
|
#include <mutex>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#if __has_include(<execution>)
|
#if __has_include(<execution>) && ( !defined _MSC_VER || _MSC_VER >= 1914 )
|
||||||
# include <execution>
|
# include <execution>
|
||||||
#else
|
#else
|
||||||
# include "tracy_pdqsort.h"
|
# include "tracy_pdqsort.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user