You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
without indicating what type can be passed instead of "Auto" (or if the special string is "None").
The text displayed is governed by the yaml_type struct in OptionsDetails.hpp, which is overloaded for some standard library types but otherwise just uses pretty_type::short_name. Some way of overriding the name for user-defined types will need to be added.
It might be possible to merge this information into the create_from_yaml struct.
The text was updated successfully, but these errors were encountered:
It shows something like
without indicating what type can be passed instead of "Auto" (or if the special string is "None").
The text displayed is governed by the
yaml_type
struct in OptionsDetails.hpp, which is overloaded for some standard library types but otherwise just usespretty_type::short_name
. Some way of overriding the name for user-defined types will need to be added.It might be possible to merge this information into the
create_from_yaml
struct.The text was updated successfully, but these errors were encountered: