From ff276beaf5ba85c646e119dd0b401064bbdcd085 Mon Sep 17 00:00:00 2001 From: "Dmitry Yu. Naumov" <github@naumov.de> Date: Sat, 24 Oct 2015 16:54:40 +0000 Subject: [PATCH] [BL] Add BaseLib::ConfigTree type alias. --- BaseLib/ConfigTree.h | 1 + 1 file changed, 1 insertion(+) diff --git a/BaseLib/ConfigTree.h b/BaseLib/ConfigTree.h index a7dde55dd14..96b72e4a396 100644 --- a/BaseLib/ConfigTree.h +++ b/BaseLib/ConfigTree.h @@ -15,6 +15,7 @@ namespace BaseLib { +using ConfigTree = boost::property_tree::ptree; boost::property_tree::ptree read_xml_config( boost::filesystem::path const& path); -- GitLab