We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f310293 commit 0e87b55Copy full SHA for 0e87b55
README.md
@@ -105,7 +105,7 @@ RTL doesn’t invent a new paradigm — it extends C++ itself. You create object
105
106
## Reflection Features
107
108
-* ✅ **Function Reflection** 🔧 – Register and invoke C-style functions, supporting all kinds of overloads.
+* ✅ **Function Reflection** – Register and invoke C-style functions, supporting all kinds of overloads.
109
* ✅ **Class and Struct Reflection** – Register and dynamically reflect their methods, constructors, and destructors.
110
* ✅ **Complete Constructor Support** :
111
* Default construction.
0 commit comments