google / libaddressinput

Google’s postal address library, powering Android and Chromium
Apache License 2.0
572 stars 103 forks source link

Remove usage of std::binary_function #227

Closed alanzhao1 closed 2 years ago

alanzhao1 commented 2 years ago

std::binary_function is removed in C++17 and the latest version of libc++, and its presence is preventing Chrome from updating libc++.