mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-11-17 01:41:51 +03:00
knownConditionTrueFalse fixes previously fp
This commit is contained in:
@@ -48,9 +48,7 @@ std::ostream &operator<<(std::ostream &os, const flat_set<T> &f) {
|
||||
os << "{";
|
||||
for (auto it = begin(f); it != end(f); ++it) {
|
||||
os << *it;
|
||||
if (it != end(f)) {
|
||||
os << ", ";
|
||||
}
|
||||
os << ", ";
|
||||
}
|
||||
os << "}";
|
||||
return os;
|
||||
|
||||
Reference in New Issue
Block a user