Skip to content

Commit fb4712b

Browse files
authored
Merge pull request #49226 from Dr15Jones/clangChange
Updated custom suffix syntax required by clang
2 parents 8110319 + 75e4e55 commit fb4712b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IOPool/Input/src/RootEmbeddedFileSequence.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
namespace {
2727
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
28+
auto operator""_uz(unsigned long long i) -> std::size_t { return std::size_t{i}; } // uz will be in C++23
2929
} // namespace
3030

3131
namespace edm {

0 commit comments

Comments
 (0)