Skip to content
Snippets Groups Projects
Commit ff276bea authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

[BL] Add BaseLib::ConfigTree type alias.

parent e9a218df
No related branches found
No related tags found
No related merge requests found
......@@ -15,6 +15,7 @@
namespace BaseLib
{
using ConfigTree = boost::property_tree::ptree;
boost::property_tree::ptree read_xml_config(
boost::filesystem::path const& path);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment