Skip to content

Commit 97d403d

Browse files
authored
Update README.md
1 parent 0862999 commit 97d403d

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
@@ -69,7 +69,7 @@ rtl::CxxMirror& cxx::mirror() {
6969
return cxx_mirror;
7070
}
7171
```
72-
For larger projects, registration boilerplate can be generated automatically using [clang-mirror](https://github.com/ReflectCxx/clang-mirror), which parses your code and emits reflection registration code compatible with `rtl::CxxMirror`.
72+
Manual registration with string-based type identifiers can become error-prone and difficult to maintain in larger codebases. The [clang-mirror](https://github.com/ReflectCxx/clang-mirror) tool can auto-generate the registration boilerplate and derive these identifiers directly from the source AST, preserving developer-written names and emitting them as compile-time `constexpr` values validated against the parsed code.
7373

7474
### RTL in action:
7575

0 commit comments

Comments
 (0)