Replace use of property_tree::ptree::get_child 38/30938/1 master
authorScott Murray <scott.murray@konsulko.com>
Thu, 24 Apr 2025 21:02:02 +0000 (17:02 -0400)
committerScott Murray <scott.murray@konsulko.com>
Thu, 24 Apr 2025 21:02:32 +0000 (17:02 -0400)
commit86d318230d9dde04c77dc3b7d7a665fbbed096c7
treed66dd473253d1a4631e80864e58231815c490fe5
parente2ad7f96f1e4f3ec88848daca5909e3ae01b2126
Replace use of property_tree::ptree::get_child

Convert configuration file parsing code from relying on get_child to
using the plain "get" method since get_child is obsoleted in newer
versions of Boost.

Bug-AGL: SPEC-5425

Change-Id: I149e0b2ebbac593114ea84a14b889d57392c0c6e
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
src/KuksaConfig.cpp