We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91c6871 commit 59b3012Copy full SHA for 59b3012
util/generate-config-info.py
@@ -302,7 +302,7 @@ def generate_public_settings_hpp(config):
302
contents += ',\n'
303
contents += f' {cpp_type}'
304
contents += f'> {to_camel_case("default")}Value = std::monostate();\n'
305
- contents += f' std::string {to_camel_case("relativeto")};\n'
+ contents += f' std::string {to_camel_case("relativeto")} = {{}};\n'
306
contents += ' };\n\n'
307
308
contents += ' /** Normalize the configuration values with a visitor\n'
0 commit comments