Fix warning
This commit is contained in:
parent
4e764d2205
commit
3c9b318218
@ -37,7 +37,7 @@ namespace rexy::fmt::detail{
|
||||
}
|
||||
}
|
||||
}
|
||||
if constexpr(sizeof...(Args)){
|
||||
if constexpr(sizeof...(Args) > 0){
|
||||
return find_static_named_arg_id_impl<It,I+1,Args...>(first, last);
|
||||
}else{
|
||||
return invalid_arg_index;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user