diff options
| author | Yidi <noob999noob999@gmail.com> | 2024-03-22 12:16:34 +0100 |
|---|---|---|
| committer | Yidi <noob999noob999@gmail.com> | 2024-03-22 12:16:34 +0100 |
| commit | f1261bb7cd35840b9b5937a6260308f3839c6f3e (patch) | |
| tree | 2042f32b7c5b4cec7255e66f32f75640ec529f11 /other/stuff.cpp | |
| parent | 9906aa7bbf98bee5cdb91e80f6a2311e43129c7d (diff) | |
minor (mostly spacing) changes
Diffstat (limited to 'other/stuff.cpp')
| -rw-r--r-- | other/stuff.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/other/stuff.cpp b/other/stuff.cpp index 38fde78..41543ad 100644 --- a/other/stuff.cpp +++ b/other/stuff.cpp @@ -6,8 +6,7 @@ setxkbmap de setxkbmap de,us -option grp:alt_space_toggle // Schnelle Ein-/Ausgabe mit cin/cout. -ios::sync_with_stdio(false); -cin.tie(nullptr); +cin.tie(nullptr)->ios::sync_with_stdio(false); // Set mit eigener Sortierfunktion. set<point2, decltype(comp)> set1(comp); |
