Results 3 issues of Farid

Hi, Thank you for the huge job of considering every corner case. You have already added tools for trailing arguments (varargs). Is it possible to add/remove a "this" argument type...

Compilation success depends on the order of includes. Fails if windows headers go 1st: ``` //compile failure: #include #include ``` The above code creates a lot of none-sence diagnostics. but...

This must actually become a std DR; but since you're the godfather of std::ranges, I bring my complaining to you. [This](https://www.linkedin.com/posts/jakub-neruda_tuesdaycodingtips-cpp-programming-activity-7155522942729093121-cF6I?utm_source=share&utm_medium=member_android) is the original post pointing out the problem.