Skip to content
Snippets Groups Projects

Draft: Make Muon::TileID formattable with fmtlib

Closed Marco Clemencic requested to merge fmt-improvements into master
4 files
+ 14
4
Compare changes
  • Side-by-side
  • Inline
Files
4
+ 1
1
@@ -14,7 +14,7 @@
#include <string>
#include <yaml-cpp/yaml.h>
#if __cplusplus > 201703L && __has_include( <source_location> )
#if __cplusplus > 201703L && __has_include( <source_location> ) && ! defined( __CLING__ )
# include <source_location>
namespace LHCb::Detector {
using std::source_location;
Loading