Mark de Wever

Results 6 comments of Mark de Wever

Thanks for the patch. If I understand it right this might violate the complexity requirements in http://eel.is/c++draft/lower.bound#4. Is that correct?

> SGTM! I'll amend my submission, thanks! Great. As @philnik777 said we need to be careful about observable behaviour. I love to see performance improvements :-)

Thanks, it seems I was a bit to aggressive removing code, https://godbolt.org/z/h5MxnxhYT works without modules and looks more like the original code. Thanks for finding the issue. I will investigate...

I had a look and both `is_base_of` and `derived_from` take two template arguments. This one takes one argument and deduces the second argument. The trait also matches the wording in...

While implementing chrono formatting in libc++ I found no wording specifying the effect of precision option; so libc++ accepts it and ignores it. I agree it feels wrong. Investigating why...

#568 should fix most of these issues, expect for the `static_asserts`.