mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-16 22:28:18 +00:00
committed by
Christian Helmuth
parent
5e862b2cd3
commit
cfd013a01a
@ -57,9 +57,7 @@ namespace Terminal {
|
||||
flush_ok();
|
||||
}
|
||||
|
||||
template <typename... ARGS>
|
||||
void print(ARGS &&... args) {
|
||||
Output::out_args(*this, args...); }
|
||||
void print(auto &&... args) { Output::out_args(*this, args...); }
|
||||
};
|
||||
|
||||
struct Ascii
|
||||
|
Reference in New Issue
Block a user