Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
Run2Support
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LHCb
Run2Support
Commits
acce64a8
Commit
acce64a8
authored
1 year ago
by
Marco Clemencic
Browse files
Options
Downloads
Patches
Plain Diff
Fix compilation with fmtlib 10
parent
d1f1f909
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#5710062
failed
1 year ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Det/VPDet/src/component/legacy/VeloMotionSystemFromYaml.cpp
+5
-1
5 additions, 1 deletion
Det/VPDet/src/component/legacy/VeloMotionSystemFromYaml.cpp
with
5 additions
and
1 deletion
Det/VPDet/src/component/legacy/VeloMotionSystemFromYaml.cpp
+
5
−
1
View file @
acce64a8
/*****************************************************************************\
* (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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment