-
- Downloads
[BL] ConfigTree; Fix arguments of xxxIterator ctor
- The Iterator type is trivial; passing it by const&. - The std::string root is invoked only on const& strings, so moving it does not save anything in this context.
Please register or sign in to comment