i hate you (fixed arg_parse ambig
parent
97860853cf
commit
97dd77d9c9
|
@ -149,7 +149,7 @@ namespace blt
|
||||||
{}
|
{}
|
||||||
|
|
||||||
template<typename... string_args>
|
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()
|
inline arg_properties_t build()
|
||||||
|
|
Loading…
Reference in New Issue