godotengine / godot-cpp

C++ bindings for the Godot script API
MIT License
1.74k stars 575 forks source link

Fix explicit namespaces in macros #1408

Closed Zylann closed 8 months ago

Zylann commented 8 months ago

Similar to https://github.com/godotengine/godot-cpp/pull/823

Some macros still didn't have a truly explicit namespace, which causes compiling to fail in some situations.

dsnopek commented 8 months ago

Cherry-picked for 4.2 in PR https://github.com/godotengine/godot-cpp/pull/1410

dsnopek commented 8 months ago

Cherry-picked for 4.1 in PR https://github.com/godotengine/godot-cpp/pull/1411