Christian Willner
Christian Willner
@siebenschlaefer, if you think this is good to merge now, I will add the about.md file and make configlet happy.
I think it should. There was a discord support thread, that found good wording. I want to implement that soon.
> I ran all practice exercises through the test runner to find the ones that needed manual formatting, because clang-format would split long test names over multiple lines. All occurrences...
I merged your other PR. Can you please fix the conflicts, so we can merge this and have beautiful formatting?
> We could fix this with a comment: I like this solution. What do you think @siebenschlaefer ?
There will be an extra concept solely on `templates`. They have some exposure to templates by this point through the vector and array concept. Do you think I should add...
As there is a representer available, this can be closed.
I think this is a very helpful change. I made a PR: https://github.com/exercism/cpp/pull/726
@willeccles The string concept has been updated and can be seen on the main branch. It is not yet available on the website, but you can browse the files here...
@siebenschlaefer @mattnewport When I look at the [table for compiler compatibility ](https://en.cppreference.com/w/cpp/compiler_support), I see a lot of overlaps with C++20 and the latest clang ([12](https://packages.ubuntu.com/search?suite=default§ion=all&arch=any&keywords=clang&searchon=names)) and GCC ([10.5](https://packages.ubuntu.com/search?keywords=gcc)) builds that...