You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ It parses C++ source code for special attributes. In the most straightforward si
8
8
The main idea is to use kinda dynamic typing for some type agnostic operations, like copying or getting the name of a type.
9
9
It makes it possible to determine a variable type and do the right job - print, serialize/deserialize.
10
10
11
-
If you are curious about the details of how it works you can find them in [DEV article](https://dev.to/chocolacula/how-to-write-reflection-for-c-4527).
11
+
It's generally a proof of concept, created with the idea that it could be used for many years. If you are curious about the details of how it works, you can find them in [DEV article](https://dev.to/chocolacula/how-to-write-reflection-for-c-4527).
12
12
13
13
## Features
14
14
@@ -83,5 +83,3 @@ JetBrains for Open Source Support
0 commit comments