Skip to content
Snippets Groups Projects
Commit 80509000 authored by Administrator's avatar Administrator Committed by Florian Uhlig
Browse files

Fix boost compiler warnings

Work around an issue in boost.
https://github.com/boostorg/property_tree/pull/50
parent cf769402
No related branches found
No related tags found
1 merge request!383Fix boost compiler warnings
Pipeline #11347 passed
......@@ -10,6 +10,9 @@
#include <TSystem.h>
// Add the define statement teporarily to silence the compiler
// warnings till the problem is fixed in boost
#define BOOST_BIND_GLOBAL_PLACEHOLDERS 1
#include <boost/property_tree/json_parser.hpp>
#include <cassert>
......
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