fr00b0 / nod

Small, header only signals and slots C++11 library.
MIT License
253 stars 49 forks source link

fix `invoke_result` check #33

Open timblechmann opened 1 year ago

timblechmann commented 1 year ago

appleclang's compile seems to identify as c++20 while the standard library identifies as c++17.

invoke_result should be available in c++17 already, though