Skip to content

Namespaces for keywords not honored when generating options

genopts defaults to using the keywords namespace even if something else was defined in the configuration file:

declare_option<uint32_t>(
    keywords::log_file_max_size,
    opt_type::optional,
    converter<uint32_t>(parsers::parse_capacity))
,
Edited by Alberto Miranda