mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-17 22:58:26 +00:00
committed by
Christian Helmuth
parent
5e862b2cd3
commit
cfd013a01a
@ -25,8 +25,7 @@ namespace Genode {
|
||||
|
||||
struct Genode::Gdb_hex : Hex
|
||||
{
|
||||
template <typename T>
|
||||
explicit Gdb_hex(T value) : Hex(value, OMIT_PREFIX, PAD) { }
|
||||
explicit Gdb_hex(auto value) : Hex(value, OMIT_PREFIX, PAD) { }
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user