diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-10-20 18:37:20 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-10-20 18:37:20 +0200 |
commit | 8ac55a6789a9ed7fdd16dfcbde6133948ad632fc (patch) | |
tree | fdaa667ea93b3d8136dc3e0fea9a43d0d05f2e99 /src/point.cpp | |
parent | 275cb79a1857fff08ce1b642bbfab6d7377bcaef (diff) |
a
Diffstat (limited to 'src/point.cpp')
-rw-r--r-- | src/point.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/point.cpp b/src/point.cpp index 772286cc..a6e27f66 100644 --- a/src/point.cpp +++ b/src/point.cpp @@ -18,6 +18,7 @@ size_t point::hash() const Debug& operator<<(Debug& dbg, const point& pt) { + dbg << ""; const auto flags = dbg.flags(); dbg.setFlags(flags | Debug::Flag::NoSpace); |