Skip to content
Snippets Groups Projects
Commit acce64a8 authored by Marco Clemencic's avatar Marco Clemencic
Browse files

Fix compilation with fmtlib 10

parent d1f1f909
No related branches found
No related tags found
No related merge requests found
Pipeline #5710062 failed
/*****************************************************************************\
* (c) Copyright 2022 CERN for the benefit of the LHCb Collaboration *
* (c) Copyright 2022-2023 CERN for the benefit of the LHCb Collaboration *
* *
* This software is distributed under the terms of the GNU General Public *
* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". *
......@@ -20,11 +20,15 @@
#include <XmlTools/IXmlSvc.h>
#include <atomic>
#include <fmt/format.h>
#include <fmt/ostream.h>
#include <mutex>
#include <string>
#include <tuple>
#include <yaml-cpp/yaml.h>
// Allow formatting of YAML::Node through `operator<<` (https://fmt.dev/latest/api.html#std-ostream-support)
template <> struct fmt::formatter<YAML::Node> : ostream_formatter {};
namespace LHCb {
namespace DetDesc {
/// Algorithm to extract the Velo Motion System data from YAML conditions and
......
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