Mateusz Pusz
Mateusz Pusz
> What is the offending code that caused the failure? That static assert is there for a reason -- if it fires, then the dimensions of the multiplication don't line...
`Value` = `int` `rep` = `STD_LA::fixed_size_column_vector`
Today I came back to LA and found the cause of `static_assert()`: https://github.com/mpusz/units/blob/b7e467ff42eb95dbefcf4c835b64d3a8760be3be/src/core/include/mp-units/bits/sudo_cast.h#L73 If LA types and operators were guarded with concepts rather than `static_assert()`, this code would compile fine.
I must admit I am not the biggest fan of Bazel. It is not a typical build system. If it was, CMake would have generators for it already, and no...
Of course, there is a chance that I am wrong and we should consider adding direct Bazel support as an exception. But for this, I would like to hear a...
@JohelEGP, you are right. I will be in Kona, and I wanted to present the first papers there... but the v2 framework happened from something that was initially a simple...
With the amount of work that we started recently to support the ISO 80000 quantities, I am afraid we will not be able to deliver papers on time for C++26,...
I didn't write any documentation yet. First, I would like all (or at least most) of the previous code to compile with the V2 framework. The problem is that I...
In order to start writing standardeese we need to set up an API reference tool that will allow us to do so. I hoped to use [Standardeese](https://standardese.github.io/) but I learned...
> The solution is to write directly in LaTeX: Wow, that is so inconvenient :-( - LaTeX is verbose and quite complicated for people that never did it - This...