Skip to content
Snippets Groups Projects
Commit 9c0515d0 authored by Gitlab CI's avatar Gitlab CI Committed by jmcarcell
Browse files

pre-commit fixes

patch generated by https://gitlab.cern.ch/jcarcell/Gaudi/-/jobs/52628750
parent 465843f8
No related branches found
Tags nightly/21.9/2019-02-22T2151
No related merge requests found
Pipeline #11009411 passed
/***********************************************************************************\
* (c) Copyright 1998-2019 CERN for the benefit of the LHCb and ATLAS collaborations *
* (c) Copyright 1998-2025 CERN for the benefit of the LHCb and ATLAS collaborations *
* *
* This software is distributed under the terms of the Apache version 2 licence, *
* copied verbatim in the file "LICENSE". *
......@@ -25,8 +25,8 @@
#include <boost/phoenix/fusion.hpp>
#include <boost/phoenix/operator.hpp>
#include <boost/phoenix/stl.hpp>
#if (BOOST_VERSION >= 187000) && (BOOST_VERSION < 188000)
#define BOOST_ALLOW_DEPRECATED_HEADERS
#if ( BOOST_VERSION >= 187000 ) && ( BOOST_VERSION < 188000 )
# define BOOST_ALLOW_DEPRECATED_HEADERS
#endif
#include <boost/spirit/include/qi.hpp>
#undef BOOST_ALLOW_DEPRECATED_HEADERS
......
/***********************************************************************************\
* (c) Copyright 1998-2024 CERN for the benefit of the LHCb and ATLAS collaborations *
* (c) Copyright 1998-2025 CERN for the benefit of the LHCb and ATLAS collaborations *
* *
* This software is distributed under the terms of the Apache version 2 licence, *
* copied verbatim in the file "LICENSE". *
......@@ -15,8 +15,8 @@
#include <Gaudi/Parsers/Factory.h>
#include <GaudiKernel/ToStream.h>
#if (BOOST_VERSION >= 187000) && (BOOST_VERSION < 188000)
#define BOOST_ALLOW_DEPRECATED_HEADERS
#if ( BOOST_VERSION >= 187000 ) && ( BOOST_VERSION < 188000 )
# define BOOST_ALLOW_DEPRECATED_HEADERS
#endif
#include <boost/spirit/include/qi.hpp>
#undef BOOST_ALLOW_DEPRECATED_HEADERS
......
/***********************************************************************************\
* (c) Copyright 1998-2024 CERN for the benefit of the LHCb and ATLAS collaborations *
* (c) Copyright 1998-2025 CERN for the benefit of the LHCb and ATLAS collaborations *
* *
* This software is distributed under the terms of the Apache version 2 licence, *
* copied verbatim in the file "LICENSE". *
......@@ -32,8 +32,8 @@
//==============================================================================
#include <boost/fusion/include/std_pair.hpp>
#include <boost/fusion/include/unused.hpp>
#if (BOOST_VERSION >= 187000) && (BOOST_VERSION < 188000)
#define BOOST_ALLOW_DEPRECATED_HEADERS
#if ( BOOST_VERSION >= 187000 ) && ( BOOST_VERSION < 188000 )
# define BOOST_ALLOW_DEPRECATED_HEADERS
#endif
#include <boost/spirit/include/qi.hpp>
#undef BOOST_ALLOW_DEPRECATED_HEADERS
......
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