compnerd / ids

Interface Analysis Utility
BSD 3-Clause "New" or "Revised" License
0 stars 3 forks source link

libtool: add a `contains` helper for `std::set` #13

Closed compnerd closed 3 years ago

compnerd commented 3 years ago

Inspired by std::set::contains in c++20, this adds a freestanding equivalent for the contains method to make the path easier to follow.