Replace use of 'typedef' by 'using'

Issue #5227
This commit is contained in:
Norman Feske
2024-06-28 17:20:59 +02:00
parent 361557e1f0
commit 19c13877ca
442 changed files with 1306 additions and 1349 deletions

View File

@ -24,7 +24,7 @@ namespace Genode { namespace Capability_space {
static constexpr unsigned long INVALID_INDEX = ~0UL;
typedef Nova::Crd Ipc_cap_data;
using Ipc_cap_data = Nova::Crd;
static inline Nova::Crd crd(Native_capability const &cap)
{