yse / easy_profiler

Lightweight profiler library for c++
MIT License
2.14k stars 184 forks source link

Flip order of static and thread local keywords #169

Closed Qix- closed 4 years ago

Qix- commented 4 years ago

This was causing a compilation error under -pedantic builds.

rationalcoder commented 4 years ago

Interesting. I never knew this was a problem.

nedm2 commented 4 years ago

Duplicate of https://github.com/yse/easy_profiler/pull/166

Qix- commented 4 years ago

Indeed; yours is more comprehensive. Thanks @nedm2.