diff options
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 |
