Skip to content

Commit

Permalink
Older compiler build
Browse files Browse the repository at this point in the history
  • Loading branch information
cas4ey committed Dec 27, 2017
1 parent b1bf6a1 commit a9e6ac0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sample/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit a9e6ac0

Please sign in to comment.