diff options
| author | MZuenni <michi.zuendorf@gmail.com> | 2023-02-14 16:41:24 +0100 |
|---|---|---|
| committer | MZuenni <michi.zuendorf@gmail.com> | 2023-02-14 16:41:24 +0100 |
| commit | eb4bc75111da45a17604fdff2f9eed0977f93dff (patch) | |
| tree | ffd990c0cc12a73c897a6e5c0d8216ce178a78c5 /other/stuff.cpp | |
| parent | f07738a30c46f0a277af5609a3b4c4b01674ad84 (diff) | |
moved more stuff
Diffstat (limited to 'other/stuff.cpp')
| -rw-r--r-- | other/stuff.cpp | 1 |
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. |
