summaryrefslogtreecommitdiffhomepage
path: root/compat/debug.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2024-03-03 18:01:11 +0100
committerStanislaw Halik <sthalik@misaki.pl>2024-03-04 06:58:15 +0100
commita73f01a0cbedc578b169b4c74910dcde072d8451 (patch)
treefc4e051fff2826ab26637387be961aedcb427dfa /compat/debug.hpp
parentff8b35d8874ff6377b6a0aad494da46028668ac0 (diff)
compat/debug: allow Debug{&cerr} without <iostream>
Diffstat (limited to 'compat/debug.hpp')
-rw-r--r--compat/debug.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/compat/debug.hpp b/compat/debug.hpp
index 9fd0f2a9..7d1c6718 100644
--- a/compat/debug.hpp
+++ b/compat/debug.hpp
@@ -57,6 +57,9 @@ Debug& operator<<(Debug& dbg, Fraction frac);
namespace floormat {
+std::ostream* standard_output();
+std::ostream* standard_error();
+
floormat::detail::corrade_debug::Colon colon(char c = ':');
floormat::detail::corrade_debug::ErrorString error_string(int error);
floormat::detail::corrade_debug::ErrorString error_string();