mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-04 18:31:18 +01:00
formatting
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user