Mateusz Pusz

Results 651 comments of Mateusz Pusz

That's a good catch! As `std::indirectly_readable_traits` was introduced for iterators, I am unsure if that is a vanilla way of using them. But it does the job done 😉

Regarding `quantity_values`, you also proposed #212 some time ago.

`quantity_values` are not a part of the paper for now 😢 Also, the other changes that you proposed seem uncontroversial, so we can implement them now without waiting for LEWG.

Resolved with the recent changes. Let's track #212 for breaking up the traits into pieces.

Thanks, @chiphogg, for sharing this interesting idea. I didn't think about this before. Maybe one conversion member function is enough indeed. However, I see a few challenges here: 1. Even...

Thanks! I was on vacation and could not answer before. Yes, it seems that this line is missing, but I do not remember now why it was left out of...

Another point to highlight the importance of this feature is https://github.com/conan-io/conan-docker-tools/issues/200. Even though there is gcc-9.3 available in Ubuntu 20.04 (used already for gcc-10 image) and it fixes some bugs...

> The default compatibility.py in 2.0 will contain a "compatibility" definition for the different cppstd values, because we have learned that in general they are massively compatible, and we have...

This is why no milestone has been assigned to this. I created this mostly to remember that we should do it and provide it conditionally only on the platforms that...