We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bdea67 commit 743c344Copy full SHA for 743c344
matrix.hpp
@@ -45,7 +45,7 @@ static_assert( __cplusplus >= 201709L, "C++20 is a must for this library, please
45
46
namespace feng
47
{
48
- constexpr std::uint_least64_t matrix_version = 20230331ULL;
+ constexpr std::uint_least64_t matrix_version = 20230402ULL;
49
50
#ifdef PARALLEL
51
constexpr std::uint_least64_t parallel_mode = 1;
0 commit comments