jarzec
jarzec
And can you do key combinations easily? Ctrl+CapsLock or Shift+CapsLock would do for example.
For what it's worth I would suggest to avoid [this](https://xkcd.com/927/) kind of situation and go for what compilers already do as much as possible. Sticking to what GCC and Clang...
@hsutter If you agree with the outcome of the discussions this test update is ready to go. I will address other test failures on the main branch in a separate...
> Is this PR still useful to any of the MSVC users? Should we merge it or ditch it? @kevin-- @jarzec @timpatt ? As I mentioned at some stage we...
> @jarzec while testing this script I found some extraneous files, could you look into it? > > `copy.execution` files: > > ``` > regression-tests/test-results/clang-18-c++20/pure2-bugfix-for-ufcs-arguments.cpp copy.execution > regression-tests/test-results/clang-18-c++23-libcpp/pure2-bugfix-for-ufcs-arguments.cpp copy.execution >...
My understanding of the general take on the signed/unsigned question within the Guidelines is that arithmetic should be done in signed types, unless modular arithmetic is explicitly required ([ES.102](https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md#es102-use-signed-types-for-arithmetic)). To...