jvm-profiling-tools / honest-profiler

A sampling JVM profiler without the safepoint sample bias
https://github.com/RichardWarburton/honest-profiler/wiki
MIT License
1.25k stars 146 forks source link

Compilation fix for (at least) GCC 6 #190

Closed mbarbon closed 7 years ago

mbarbon commented 7 years ago

std::ref looks unneeded here, and it causes a compilation error with GCC 6.

RichardWarburton commented 7 years ago

Thanks @mbarbon