huberdavid

Results 2 issues of huberdavid

Get this error when compile benchmarks: **../include/experimental/__p0009_bits/basic_mdspan.hpp(284): error: class "std::integer_sequence" has no member "__size"** In line basic_mdspan.hpp:103: using __impl = make_index_sequence; however std::index_sequence has no member __size This was a...

We use azmq as a submodule in our projetct. AZMQ header files are added to the cmake install targets in the following line: ``` # install the public headers install(DIRECTORY...