boostorg / bind

Boost.org bind module
http://boost.org/libs/bind
26 stars 49 forks source link

Fix boost.bind with libc++13 in -std=c++20 mode #27

Closed jcelerier closed 2 years ago

jcelerier commented 2 years ago

The result_type member of std::less, etc. has been removed there to follow the standard

pdimov commented 2 years ago

Should be fixed with https://github.com/boostorg/bind/commit/b719777942cf803cc1652d9865e7970bb0260296.

jcelerier commented 2 years ago

great, thanks