kuvshinovdr / srcstats

A small console program to gather and report C++ source files statistics.
MIT License
1 stars 1 forks source link

Usage of non-existing function #13

Closed VeRaven21 closed 1 month ago

VeRaven21 commented 1 month ago

In srcstats.cpp, ranges::contains is used, but it's not defined in the std::ranges (line 137)

kuvshinovdr commented 1 month ago

C++23: https://en.cppreference.com/w/cpp/algorithm/ranges/contains