Skip to content

Properly detect `std::bind` on newer macoses.

David Thompson requested to merge dcthomp/smtk:fix-function-detection into master

If -std=c++11 is not included in try_compile commands, then the default libc++ headers do not include std::bind. This causes problems for the Capstone session.

Merge request reports