Bhupesh-V/30-seconds-of-cpp

std::set does not have a member function "contains".

axshivam opened this issue · 1 comments

It does since C++20:
https://en.cppreference.com/w/cpp/container/set/contains

Your reference is 3 years old and now have an updated response: https://stackoverflow.com/a/61430051