Stephan Lachnit
Stephan Lachnit
Right, I think I have the issue. We use clang via brew, and this doesn't set the snprintf check correctly that was introduced here: https://github.com/chriskohlhoff/asio/commit/1a2dd21c9865bb3e16829551b5e4c030bd743741 I provided a fix in...
Hi @di, thanks for the reply and I totally understand. I can speak for [Constellation](https://gitlab.desy.de/constellation/constellation), we would definitely use that classifier. I will ask around to see if other projects...
> Thanks for the suggestion! : - ) Are you considering writing that paper? I have never written a C++ proposal and unfortunately would not be able to present in...
@mhoemmen @crtrott I decided to give the paper a shot anyway, please take a look at my draft with wording relative to N4964 at https://stephanlachnit.github.io/mdspan-at/. Would you like to be...
> Given that SizeTypes can be signed, it should also check for indices[r] < 0. Thanks for this comment! Is this true for `std::span` as well? At least in `libstdc++`,...
> In `span`, I believe it's always just `std::size_t`, but `mdspan` has the size type as a template parameter for the extent and can be signed. Ah right, thanks for...
`if constexpr` doesn't exist pre C++17, should I add a macro here? Or just go with `if` and assume the compiler optimizes for this anyway?
I don't quite get the build failure on MSVC, would need some help there...
> @stephanlachnit My apologies, we recently fixed a bunch of naming changes. Would you mind rebasing? If you don't have the time I can take this over just let me...