>>106996545
recently I decided to start a new project in a modern c++ standard to use things like concepts and the std::views stuff, but it's a clusterfuck. to use concepts and any kind of templates even, you need to implement everything on the header. and the ranges library is a mess, extremely verbose and non-intuitive names for the sake of being different.