We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8110319 + 75e4e55 commit fb4712bCopy full SHA for fb4712b
IOPool/Input/src/RootEmbeddedFileSequence.cc
@@ -25,7 +25,7 @@
25
26
namespace {
27
std::atomic<unsigned int> badFilesSkipped_{0};
28
- auto operator"" _uz(unsigned long long i) -> std::size_t { return std::size_t{i}; } // uz will be in C++23
+ auto operator""_uz(unsigned long long i) -> std::size_t { return std::size_t{i}; } // uz will be in C++23
29
} // namespace
30
31
namespace edm {
0 commit comments