Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBartosz Taudul <wolf.pld@gmail.com>2017-10-20 01:25:39 +0300
committerBartosz Taudul <wolf.pld@gmail.com>2017-10-20 01:25:39 +0300
commite5e39d352b117346f889c82f00764c9becf0da88 (patch)
treecd7f03dfc7165a4609e509b65068814a7b4d84ba /README.md
parentf822455832f206a544c6c3f1afb81be2e2e05922 (diff)
Relax language requirements.
C++14 (std::make_unique) is now only used on server side. Client doesn't rely on it, so advertise tracy as requiring C++11.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 86c11c61..d57288e5 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ Tracy is a frame profiler that can be used for remote or embedded telemetry of y
![](doc/profiler.png)
-Tracy requires compiler support for C++14 and Thread Local Storage. There are no other requirements. The following platforms are confirmed to be working:
+Tracy requires compiler support for C++11 and Thread Local Storage. There are no other requirements. The following platforms are confirmed to be working:
- Windows (x64)
- Linux (x64, ARM64)