mirror of
https://github.com/holub/mame
synced 2025-04-26 02:07:14 +03:00
No, Vas, defaulting the constructor won't do here (nw)
This commit is contained in:
parent
c92454b8cd
commit
e27a978955
@ -120,7 +120,8 @@ public:
|
||||
pointer m_type = nullptr;
|
||||
};
|
||||
|
||||
device_registrar() = default;
|
||||
// explicit constructor is required for const variable initialization
|
||||
constexpr device_registrar() { }
|
||||
|
||||
const_iterator begin() const { return cbegin(); }
|
||||
const_iterator end() const { return cend(); }
|
||||
|
Loading…
Reference in New Issue
Block a user