summaryrefslogtreecommitdiff
path: root/other/stuff.cpp
diff options
context:
space:
mode:
authorMZuenni <michi.zuendorf@gmail.com>2024-06-28 13:47:18 +0200
committerMZuenni <michi.zuendorf@gmail.com>2024-06-28 13:47:18 +0200
commit65d2ac37862ce9d1de208a05099c281863e66256 (patch)
treed1fe1ece8790e8e8b2a8bcd3895f82477b3a0e2b /other/stuff.cpp
parenta3c9198048cf465a3c01827b3667edfc99d8031c (diff)
parent366ff0a4ba0c94f5cdc2cbd4e2c991ad0b544522 (diff)
merge
Diffstat (limited to 'other/stuff.cpp')
-rw-r--r--other/stuff.cpp3
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);