Skip to content
Snippets Groups Projects
Commit 737b83c8 authored by Administrator's avatar Administrator
Browse files

Fix boost compiler warnings

Work around an issue in boost.
https://github.com/boostorg/property_tree/pull/50
parent fdd0f00e
No related branches found
No related tags found
No related merge requests found
Pipeline #11359 failed
......@@ -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.
Please to comment