#************ HEADER **********
# Some comment 1
# Some comment 2
#*******************************
# Another comment
MySetting = 25;
I'll try to debug it a bit more later and might be able to contribute a fix, but it will be appreciated if someone familiar with the code can look at a diff between the 2 versions and see if there is anything obvious.
I looked at the diff myself but don't see anything that can cause this.
A piece of code that works perfectly fine with libConfig 1.7.2 is failing to find the config settings when running with libConfig 1.7.3
Here is a simplified example. I haven't tested it (the example) but I'm fairly certain this will throw SettingNotFound exception:
The config file looks like this:
I'll try to debug it a bit more later and might be able to contribute a fix, but it will be appreciated if someone familiar with the code can look at a diff between the 2 versions and see if there is anything obvious. I looked at the diff myself but don't see anything that can cause this.