mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-13 13:27:14 +02:00
format support lib
This commit is contained in:
@ -104,7 +104,8 @@ template <typename T, size_t Capacity> class FixedCapacityContainer {
|
||||
}
|
||||
}
|
||||
|
||||
template <typename Container> bool is_equal(const Container &c) const noexcept {
|
||||
template <typename Container>
|
||||
bool is_equal(const Container &c) const noexcept {
|
||||
if (current_size != c.size()) {
|
||||
return false;
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user