mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-02-09 21:18:55 -06:00
Given a relatively recent proposal (P0657R0), which calls for deprecation of putting stuff into the global namespace when using C++ headers, this just futureproofs our code a little more. Technically this is what we should have been doing initially, since an implementation is allowed to not provide these types in the global namespace and still be compliant.