summaryrefslogtreecommitdiff
path: root/other/stuff.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'other/stuff.cpp')
-rw-r--r--other/stuff.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/other/stuff.cpp b/other/stuff.cpp
index 81286d8..4462c3b 100644
--- a/other/stuff.cpp
+++ b/other/stuff.cpp
@@ -9,7 +9,6 @@ ios::sync_with_stdio(false);
cin.tie(nullptr);
// Set mit eigener Sortierfunktion.
-// Typ muss nicht explizit angegeben werden.
set<point2, decltype(comp)> set1(comp);
// STL-Debugging, Compiler flags.