part_block: fix build errors with -std=gnu++20

Fixes #4876
This commit is contained in:
Christian Helmuth 2023-05-16 15:37:20 +02:00
parent 4961ee293d
commit f5477dc53b

View File

@ -76,8 +76,8 @@ class Block::Gpt : public Block::Partition_table
unsigned time_low() const { return read<Time_low>(); }
template<typename T> struct Uuid_hex : Genode::Hex {
Uuid_hex<T>(T value) : Genode::Hex(value, OMIT_PREFIX, PAD) { } };
template <typename T> struct Uuid_hex : Genode::Hex {
Uuid_hex(T value) : Genode::Hex(value, OMIT_PREFIX, PAD) { } };
void print(Output &out) const
{