From e5e39d352b117346f889c82f00764c9becf0da88 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Fri, 20 Oct 2017 00:25:39 +0200 Subject: [PATCH] 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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)