mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-03-24 11:04:29 -04: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.