diff options
| author | MZuenni <michi.zuendorf@gmail.com> | 2023-03-01 11:36:26 +0100 |
|---|---|---|
| committer | MZuenni <michi.zuendorf@gmail.com> | 2023-03-01 11:36:26 +0100 |
| commit | 12afe719ce268bb10aa93a910079a44eb08999b8 (patch) | |
| tree | 0937a117287eebe3942e0506d27143eff4980d09 /other/stuff.cpp | |
| parent | ad8456f7c5d44d3c647b3a368050a5d2f39ae3c3 (diff) | |
removed trailing whitespaces and use more structured bindings
Diffstat (limited to 'other/stuff.cpp')
| -rw-r--r-- | other/stuff.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/other/stuff.cpp b/other/stuff.cpp index 4462c3b..e3bbed6 100644 --- a/other/stuff.cpp +++ b/other/stuff.cpp @@ -15,7 +15,7 @@ set<point2, decltype(comp)> set1(comp); -D_GLIBCXX_DEBUG #define _GLIBCXX_DEBUG -// 128-Bit Integer/Float. Muss zum Einlesen/Ausgeben +// 128-Bit Integer/Float. Muss zum Einlesen/Ausgeben // in einen int oder long long gecastet werden. __int128, __float128 |
