summaryrefslogtreecommitdiff
path: root/other/stuff.cpp
diff options
context:
space:
mode:
authorMZuenni <michi.zuendorf@gmail.com>2023-02-14 16:41:24 +0100
committerMZuenni <michi.zuendorf@gmail.com>2023-02-14 16:41:24 +0100
commiteb4bc75111da45a17604fdff2f9eed0977f93dff (patch)
treeffd990c0cc12a73c897a6e5c0d8216ce178a78c5 /other/stuff.cpp
parentf07738a30c46f0a277af5609a3b4c4b01674ad84 (diff)
moved more stuff
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.