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