mirror of
https://github.com/azahar-emu/dynarmic.git
synced 2026-05-06 02:53:57 +02:00
Makes the name match the standard library equivalents. C++17 introduces non-member empty() which allows for nicer handling in generic contexts. May as well make the data structure compatible with it.