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

@ -59,7 +59,7 @@ class Init::Child_policy_provide_rom_file
Session_label const _module_name;
typedef Local_service<Local_rom_session_component> Service;
using Service = Local_service<Local_rom_session_component>;
Service::Single_session_factory _session_factory { _session };
Service _service { _session_factory };