Skip to content
Snippets Groups Projects
Commit 3e8b1e65 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 a06be064
No related branches found
No related tags found
1 merge request!386Fix compiler warnings
Pipeline #11419 passed
......@@ -9,6 +9,9 @@
*/
#include "CbmLitResultChecker.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 <iostream>
......
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