I am trying to compile PR #241 using MSVC 2022 (version 19.32), but get the following C2653 error:
[build] C:\Users\srs\src\stdBLAS\include\experimental\__p1673_bits/transposed.hpp(255,57): error C2653: 'original_mapping_type': is not a class or namespace name [C:\Users\srs\src\stdBLAS\build\tests\native\givens.vcxproj]
[build] C:\Users\srs\src\stdBLAS\include\experimental\__p1673_bits/transposed.hpp(253,17): message : This diagnostic occurred in the compiler generated function 'auto std::experimental::__p1673_version_0::linalg::impl::transposed_layout<std::experimental::layout_stride>::mapping(const std::experimental::layout_stride::mapping<Extents> &)' [C:\Users\srs\src\stdBLAS\build\tests\native\givens.vcxproj]
When I use clang++ provided with MSVC 2022, there are no such errors.
I am trying to compile PR #241 using MSVC 2022 (version 19.32), but get the following C2653 error:
When I use clang++ provided with MSVC 2022, there are no such errors.