0
0
mirror of https://github.com/yse/easy_profiler.git synced 2024-12-26 08:01:51 +08:00

Older compiler build

This commit is contained in:
Victor Zarubkin 2017-12-28 00:41:32 +03:00
parent b1bf6a1ac8
commit a9e6ac084b

View File

@ -231,9 +231,11 @@ int main(int argc, char* argv[])
EASY_MAIN_THREAD;
profiler::startListen();
#ifdef EASY_CONSTEXPR_AVAILABLE
constexpr int grrr[] {2, -3, 4};
auto pppp = &grrr;
EASY_ARRAY("threads count", grrr, 3, false, true, "blabla", profiler::colors::Blue/*, EASY_VIN("threads count")*/, profiler::OFF);
#endif
int* intPtr = new int(2);
EASY_VALUE("count", *intPtr);