Constructing arg
with a callable sometimes picks the wrong overload
#94
Labels
bug
Something isn't working
arg
with a callable sometimes picks the wrong overload
#94
The constraints put on the constructors of
bound_parser
seem to be different fromopt
, as the latter works in all these scenarios.Works:
Does not work:
They both cause compile errors as they attempt to stream into/out of the function object.
https://godbolt.org/z/W8M7Tb687
The text was updated successfully, but these errors were encountered: