Skip to content
Snippets Groups Projects
Commit a9e6ac08 authored by Victor Zarubkin's avatar Victor Zarubkin
Browse files

Older compiler build

parent b1bf6a1a
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment