hyperrealm / libconfig

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

Make WriteFile const so constant objects can write their contents #246

Closed StormBytePP closed 1 month ago

StormBytePP commented 1 month ago

Currently only Write method is const but not WriteFile so it can not be used with const objects