mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-12 20:28:20 +00:00
committed by
Christian Helmuth
parent
5e862b2cd3
commit
cfd013a01a
@ -29,8 +29,7 @@ namespace Genode {
|
||||
/**
|
||||
* Return the number of characters needed when rendering 'args' as text
|
||||
*/
|
||||
template <typename... ARGS>
|
||||
static unsigned printed_length(ARGS &&... args)
|
||||
static unsigned printed_length(auto &&... args)
|
||||
{
|
||||
struct _Output : Output
|
||||
{
|
||||
|
Reference in New Issue
Block a user