mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-02-01 14:34:56 +01: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