Skip to content

Commit 3e3df1f

Browse files
committed
fix boost warnings
1 parent 7a392ac commit 3e3df1f

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

src/CommandLineUtilities/Options.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
#ifndef O2_READOUTCARD_CLI_OPTIONS_H
2020
#define O2_READOUTCARD_CLI_OPTIONS_H
2121

22+
#define BOOST_BIND_GLOBAL_PLACEHOLDERS
2223
#include <boost/program_options.hpp>
2324
#include "ReadoutCard/Exception.h"
2425
#include "ReadoutCard/Parameters.h"

src/ExceptionInternal.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
#include <stdexcept>
2121
#include <string>
2222
#include <vector>
23+
#define BOOST_BIND_GLOBAL_PLACEHOLDERS
2324
#include <boost/exception/all.hpp>
2425
#include <cstdint>
2526
#include "Common/Exception.h"

src/PythonInterface.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
#include <iostream>
1818
#include <string>
19+
#define BOOST_BIND_GLOBAL_PLACEHOLDERS
1920
#include <boost/lexical_cast/try_lexical_convert.hpp>
2021
#include <boost/python.hpp>
2122
#include "Common/GuardFunction.h"

0 commit comments

Comments
 (0)