Skip to content

Option converters not properly handled if not defined

Leaving a converter undefined in the options description file produces the following output:

declare_option<std::string>(
    keywords::bind_address,
    opt_type::mandatory,
    converter<std::string>(None))