diff --git a/src/config.hpp b/src/config.hpp index b1e9c5b13e5..afbbcdc09ef 100644 --- a/src/config.hpp +++ b/src/config.hpp @@ -472,7 +472,9 @@ public: const std::string &value) const { return const_cast(this)->find_child(key, name, value); } +private: void clear_children_impl(config_key_type key); +public: template void clear_children(T... keys) { for(auto key : {keys...}) {