Make ary_to_int() constexpr

This commit is contained in:
King_DuckZ 2021-04-22 13:02:51 +02:00
commit 93d2ad6bd0
2 changed files with 14 additions and 10 deletions

View file

@ -27,7 +27,7 @@ target_compile_features(${PROJECT_NAME}
INTERFACE cxx_decltype_incomplete_return_types
INTERFACE cxx_noexcept
INTERFACE cxx_rvalue_references
INTERFACE cxx_std_17
INTERFACE cxx_std_20
)
target_include_directories(${PROJECT_NAME}