diff --git a/fairmq/JSONParser.cxx b/fairmq/JSONParser.cxx index 94e42e071..dc6c7b96b 100644 --- a/fairmq/JSONParser.cxx +++ b/fairmq/JSONParser.cxx @@ -1,5 +1,5 @@ /******************************************************************************** - * Copyright (C) 2014-2018 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH * + * Copyright (C) 2014-2021 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH * * * * This software is distributed under the terms of the * * GNU Lesser General Public Licence (LGPL) version 3, * @@ -19,7 +19,9 @@ #include +#define BOOST_BIND_GLOBAL_PLACEHOLDERS #include +#undef BOOST_BIND_GLOBAL_PLACEHOLDERS #include #include diff --git a/fairmq/plugins/DDS/DDS.h b/fairmq/plugins/DDS/DDS.h index 4c82a8b46..586b11dbe 100644 --- a/fairmq/plugins/DDS/DDS.h +++ b/fairmq/plugins/DDS/DDS.h @@ -1,5 +1,5 @@ /******************************************************************************** - * Copyright (C) 2017 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH * + * Copyright (C) 2017-2021 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH * * * * This software is distributed under the terms of the * * GNU Lesser General Public Licence (LGPL) version 3, * @@ -14,7 +14,9 @@ #include #include +#define BOOST_BIND_GLOBAL_PLACEHOLDERS #include +#undef BOOST_BIND_GLOBAL_PLACEHOLDERS #include #include diff --git a/fairmq/sdk/DDSEnvironment.cxx b/fairmq/sdk/DDSEnvironment.cxx index 4f48c57bb..c5331735b 100644 --- a/fairmq/sdk/DDSEnvironment.cxx +++ b/fairmq/sdk/DDSEnvironment.cxx @@ -9,7 +9,9 @@ #include "DDSEnvironment.h" #include +#define BOOST_BIND_GLOBAL_PLACEHOLDERS #include +#undef BOOST_BIND_GLOBAL_PLACEHOLDERS #include #include #include diff --git a/fairmq/sdk/DDSSession.cxx b/fairmq/sdk/DDSSession.cxx index 259461183..02da02ed0 100644 --- a/fairmq/sdk/DDSSession.cxx +++ b/fairmq/sdk/DDSSession.cxx @@ -12,13 +12,15 @@ #include #include #include +#define BOOST_BIND_GLOBAL_PLACEHOLDERS #include +#undef BOOST_BIND_GLOBAL_PLACEHOLDERS #include -#include -#include #include #include #include +#include +#include #include #include #include diff --git a/fairmq/sdk/DDSTopology.cxx b/fairmq/sdk/DDSTopology.cxx index c62e60503..07389717f 100644 --- a/fairmq/sdk/DDSTopology.cxx +++ b/fairmq/sdk/DDSTopology.cxx @@ -9,7 +9,9 @@ #include "DDSTopology.h" #include +#define BOOST_BIND_GLOBAL_PLACEHOLDERS #include +#undef BOOST_BIND_GLOBAL_PLACEHOLDERS #include #include #include diff --git a/fairmq/sdk/Topology.cxx b/fairmq/sdk/Topology.cxx index 5db81dd25..c911e04ea 100644 --- a/fairmq/sdk/Topology.cxx +++ b/fairmq/sdk/Topology.cxx @@ -1,5 +1,5 @@ /******************************************************************************** - * Copyright (C) 2019 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH * + * Copyright (C) 2019-2021 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH * * * * This software is distributed under the terms of the * * GNU Lesser General Public Licence (LGPL) version 3, * @@ -8,7 +8,9 @@ #include "Topology.h" +#define BOOST_BIND_GLOBAL_PLACEHOLDERS #include +#undef BOOST_BIND_GLOBAL_PLACEHOLDERS namespace fair::mq::sdk { diff --git a/test/sdk/_dds.cxx b/test/sdk/_dds.cxx index 6a420a6be..3fab5a32d 100644 --- a/test/sdk/_dds.cxx +++ b/test/sdk/_dds.cxx @@ -8,7 +8,9 @@ #include "Fixtures.h" +#define BOOST_BIND_GLOBAL_PLACEHOLDERS #include +#undef BOOST_BIND_GLOBAL_PLACEHOLDERS namespace { diff --git a/test/sdk/_topology.cxx b/test/sdk/_topology.cxx index 95ac053d0..8a15abf08 100644 --- a/test/sdk/_topology.cxx +++ b/test/sdk/_topology.cxx @@ -1,5 +1,5 @@ /******************************************************************************** - * Copyright (C) 2019 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH * + * Copyright (C) 2019-2021 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH * * * * This software is distributed under the terms of the * * GNU Lesser General Public Licence (LGPL) version 3, * @@ -9,7 +9,9 @@ #include "Fixtures.h" #include +#define BOOST_BIND_GLOBAL_PLACEHOLDERS #include +#undef BOOST_BIND_GLOBAL_PLACEHOLDERS #include #include #include