hyperrealm / libconfig

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

I want to know about all non-visted settings (to delete them in the future) #158

Open sonntex opened 4 years ago

sonntex commented 4 years ago

I wrote my own c++ wrap with this feature (using config_setting_hook). Probably it is good to integrate this code to libconfig++.

https://github.com/sonntex/configpp