hyperrealm / libconfig

C/C++ library for processing configuration files
https://hyperrealm.github.io/libconfig/
GNU Lesser General Public License v2.1
1.11k stars 362 forks source link

Setting: allow conversion from int to long long #215

Closed thomastrapp closed 1 year ago

thomastrapp commented 2 years ago

Allow widening conversion from TypeInt to TypeInt64, even if OptionAutoConvert is disabled.

This fixes issue #214 .

hyperrealm commented 1 year ago

I fixed this as part of a larger fix, so this PR is no longer needed.