mirror of
https://github.com/wolfpld/tracy
synced 2025-05-05 14:43:53 +00:00
Now apple has to be stupid.
Remove this when they get their shit together with parallel execution.
This commit is contained in:
parent
dec59e16d2
commit
651cfd5c21
@ -1,7 +1,7 @@
|
|||||||
#ifndef __TRACYSORT_HPP__
|
#ifndef __TRACYSORT_HPP__
|
||||||
#define __TRACYSORT_HPP__
|
#define __TRACYSORT_HPP__
|
||||||
|
|
||||||
#if ( defined _MSC_VER && _MSVC_LANG >= 201703L ) || __cplusplus >= 201703L
|
#if !defined __APPLE__ && ( ( defined _MSC_VER && _MSVC_LANG >= 201703L ) || __cplusplus >= 201703L )
|
||||||
# if __has_include(<execution>)
|
# if __has_include(<execution>)
|
||||||
# include <algorithm>
|
# include <algorithm>
|
||||||
# include <execution>
|
# include <execution>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user