rolandschulz

Results 17 issues of rolandschulz

Both vec (+swizzle) and annotated_arg don't define the their binary operators as hidden friends. For vec the spec is clear that it should be a hidden friend. For annotated_arg we...

bug
confirmed

Old versions of gcc (7.1-8.2) don't define `__cpp_nontype_template_parameter_auto` but only `__cpp_template_auto`. Because of that `BOOST_MP11_HAS_TEMPLATE_AUTO` doesn't get set even though those versions support it. spirit checks both (https://github.com/boostorg/spirit/blob/59515f0e56aebdf958eadab30be99cac8872e723/include/boost/spirit/home/x3.hpp#L19). Would this...

In cases a list is a set it is possible to do `mp_find` quicker. Is it worth to add this? ```c++ template using mp_enumerate = mp_transform; template using mp_set_find =...

Removes: - property-key member value_t - property-value member key_t - is_property_key, is_property_value Replaces implementation-defined with defined (clarifies spec and had no upside): - template order of property_value

Goal is to improve compilation time. Store all properties as map. A map is type-list of type-lists. The first entry of the inner list is the property key and the...

Compiler error: ``` C:\PROGRA~2\Intel\oneAPI\compiler\latest\bin\icx.exe -fsycl /nologo -IC:\Users\r2s2\source\repos\cutlass-fork\build.spir\deps\oneMKL\src\onemkl_project\include -IC:\Users\r2s2\source\repos\cutlass-fork\build.spir\deps\oneMKL\src\onemkl_project\src -IC:\Users\r2s2\source\repos\cutlass-fork\build.spir\deps\oneMKL\src\onemkl_project\src\include -IC:\Users\r2s2\source\repos\cutlass-fork\build.spir\deps\oneMKL\src\onemkl_project-build\bin /EHsc /DWIN32 /D_WINDOWS /W3 /GR /EHsc -Wno-unused-function -w d /Zi /Ob0 /Od /RTC1 -Donemkl_EXPORTS -QMD -QMT bin\rng\CMakeFiles\onemkl_rng.dir\rng_loader.cpp.obj -QMF bin\rng\CMakeFiles\onemkl_rng.dir\rng_loader.cpp.obj.d /Fobin\rng\CMakeFiles\onemkl_rng.dir\rng_loader.cpp.obj...