mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-21 21:12:56 +01:00
@@ -192,8 +192,7 @@ bool operator!=(const std::vector<T> &lhs,
|
||||
}
|
||||
|
||||
template <typename T, size_t Capacity>
|
||||
std::ostream &operator<<(std::ostream &os,
|
||||
const StaticVector<T, Capacity> &c) {
|
||||
std::ostream &operator<<(std::ostream &os, const StaticVector<T, Capacity> &c) {
|
||||
return os << ToString(c);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user