Articles contenant le tag ranges
The hidden cost of std::ranges
Posté par Olivier dans Trucs & Astuces le 22 mai 2025
At work, we have recently adopted some commercial static checker to hunt bugs in our codebase. The tool does not only identify bugs and security vulnerabilities. It is also advising you on opportunities to modernize your code to use the latest and greatest of the C++ language and of its standard library. One of the […]