diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-03-01 21:24:25 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-03-01 21:33:19 +0100 |
commit | fd9f2776417e62c4ca4061f540a7d3afde114c3e (patch) | |
tree | 748615f442594587d6702594f317e0f283d56f1a /compat | |
parent | 52b8ef97891061fcf4e57a7f07b6e1b4e1898f2b (diff) |
start implementing renderer window state again
Diffstat (limited to 'compat')
-rw-r--r-- | compat/debug.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compat/debug.hpp b/compat/debug.hpp index 07421673..656ff654 100644 --- a/compat/debug.hpp +++ b/compat/debug.hpp @@ -76,4 +76,6 @@ auto quoted(T&& value, char c = '\'') template<DebugPrintable T> auto quoted2(T&& value) { return quoted(forward<T>(value), '"'); } +// todo add operator for joining two printable items without spaces (when spaces are normally on) + } // namespace floormat |