Skip to content

Conversation

@ktf
Copy link
Member

@ktf ktf commented Feb 3, 2022

boost::property_tree::ini_parser::ini_parser_error is polymorphic, so the compiler complains (with -Wcatch-value, which is enabled by default on some platforms / newer compilers), because you are basically restricting yourself to the base class.

`boost::property_tree::ini_parser::ini_parser_error` is polymorphic, so the compiler complains (with -Wcatch-value, which is enabled by default on some platforms / newer compilers), because you are basically restricting yourself to the base class.
@ktf ktf merged commit a8b9c77 into master Dec 3, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants