Unified lookup interface for Config and Setting.
To address hyperrealm/libconfig#4, `Config::operator[](const char*)` and `Setting::lookup(const std::string& key)` have been added. Note: `operator[]` had to remain as `const char*` to avoid ambiguities in some situations.
Showing
Please register or sign in to comment