-
-
Notifications
You must be signed in to change notification settings - Fork 666
Closed
Labels
bugThis has been identified as a bugThis has been identified as a bug
Description
I just want to point out that identifiers beginning with underscore and big letter or have double underscores anywhere are reserved in C++ (see http://en.cppreference.com/w/cpp/language/identifiers).
There are multiple identifiers in godot-cpp such as _ArgCast<>, _godot_class_instance_func<>(), ___get_method_class_name<>(), ... .
Metadata
Metadata
Assignees
Labels
bugThis has been identified as a bugThis has been identified as a bug