Closed madewithlinux closed 6 years ago
On my system, it was necessary to add these includes in order to compile. Without this, it doesn't recognize std::function<>.
std::function<>
My system is ubuntu 16.04, cmake 3.9.0, g++ 5.4.0.
Thank you!
On my system, it was necessary to add these includes in order to compile. Without this, it doesn't recognize
std::function<>
.My system is ubuntu 16.04, cmake 3.9.0, g++ 5.4.0.