Skip to content

Commit 037d269

Browse files
authored
Update README.md
1 parent 3451928 commit 037d269

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Reflection Template Library C++
2-
###### (under construction...)
2+
###### (in development...)
33
Reflection Template Library for Modern C++
44
- Introspect a class/struct/type, modify objects at run time without dealing with its type at "Compile Time".
55
- **Static Library**, core functionality is built around the concept of **Type Erasure** using **Lambdas** & **Templates**, without utilizing any RTTI/dynamic_cast or virtual functions.

0 commit comments

Comments
 (0)