Make ary_to_int() constexpr
This commit is contained in:
parent
3343b51a39
commit
93d2ad6bd0
2 changed files with 14 additions and 10 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue