i hate you (fixed arg_parse ambig

v1
Brett 2023-11-08 21:22:54 -05:00
parent 97860853cf
commit 97dd77d9c9
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ namespace blt
{}
template<typename... string_args>
explicit arg_builder(string_args... flags): properties({flags...})
explicit arg_builder(string_args... flags): properties(arg_vector_t{flags...})
{}
inline arg_properties_t build()