From f5477dc53b90c7831abac1c802c060f3cf283927 Mon Sep 17 00:00:00 2001 From: Christian Helmuth Date: Tue, 16 May 2023 15:37:20 +0200 Subject: [PATCH] part_block: fix build errors with `-std=gnu++20` Fixes #4876 --- repos/os/src/server/part_block/gpt.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/repos/os/src/server/part_block/gpt.h b/repos/os/src/server/part_block/gpt.h index 3559929187..7681f34da0 100644 --- a/repos/os/src/server/part_block/gpt.h +++ b/repos/os/src/server/part_block/gpt.h @@ -76,8 +76,8 @@ class Block::Gpt : public Block::Partition_table unsigned time_low() const { return read(); } - template struct Uuid_hex : Genode::Hex { - Uuid_hex(T value) : Genode::Hex(value, OMIT_PREFIX, PAD) { } }; + template struct Uuid_hex : Genode::Hex { + Uuid_hex(T value) : Genode::Hex(value, OMIT_PREFIX, PAD) { } }; void print(Output &out) const {