formatting
Some checks failed
Build on RHEL9 / build (push) Failing after 3m0s
Build on RHEL8 / build (push) Failing after 5m14s

This commit is contained in:
2025-10-10 17:22:15 +02:00
parent 5d4a0055e1
commit 137365642d
11 changed files with 225 additions and 160 deletions

View File

@@ -127,7 +127,6 @@ std::string ToString(const std::pair<T1, T2> &p) {
return os.str();
}
/** Conversion of integer types, do not remove trailing zeros */
template <typename T>
typename std::enable_if<std::is_integral<T>::value, std::string>::type