cpp : disambiguated auto keyword

This commit is contained in:
saundersp
2023-07-15 03:35:31 +02:00
parent 4cd659ea8c
commit 18afd40782
5 changed files with 11 additions and 11 deletions

View File

@@ -4,7 +4,7 @@
#include <string>
#define duration_ns(a) std::chrono::duration_cast<std::chrono::nanoseconds>(a).count()
#define time() std::chrono::high_resolution_clock::now()
#define perf_counter_ns() std::chrono::high_resolution_clock::now()
std::string format_time(uint64_t) noexcept;
std::string format_time_ns(uint64_t) noexcept;