mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-05-17 03:47:12 +02: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.