Mateusz Pusz

Results 651 comments of Mateusz Pusz

This is what I get for doxygen 1.8.17: ```xml Quantity To To typename D typename U typename Rep constexpr auto constexpr auto units::quantity_cast (const quantity< D, U, Rep > &q)...

As I understand the workaround is for concepts definitions and does not apply to requires clauses?

A small motivating example: . There is no need to document those but I would love to have them listed as a member of a namespace/file/group for the users' reference.

Hi, Let's imagine that we want to multiplex the current build matrix containing common builds with all valid values of `cppstd`: ``` builder.add_common_builds(pure_c=False) new_builds = [] for settings, options, env_vars,...

The only problem I have with toolchains is that they are a bit hard to use with IDEs. Also if someone has another custom toolchains (i.e. to define an initial...

Well, if you know your IDE and understand CMake and Conan quite well then there is probably no problem at all. However, it is yet another step that a (potentially...

I would like to create a matrix like below where `L`, `V`, `A` are values of distinct types: ``` | L V A | | L V A | |...

I think it would work but we still need to be able to create this diagonal matrix/vector storing 3 different types, right? If we do it, I think that it...

> it's unprecedented (as far as I know) in our world of large sparse matrices to encode units in the types of the matrix elements Yeah, I agree, this is...

> Our users care about units, but they can and need to control them at run time. They will not accept a library that needs to be reinstantiated for every...