Skip to content

Commit 476294d

Browse files
authored
Remove reflection macro in readme.md
We don't need macro now.
1 parent eb1e91c commit 476294d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,6 @@ struct person {
262262
std::string name;
263263
int age;
264264
};
265-
YLT_REFL(person, name, age);
266265
267266
int main() {
268267
person p{.name = "tom", .age = 20};
@@ -286,7 +285,6 @@ struct person {
286285
std::string name;
287286
int age;
288287
};
289-
YLT_REFL(person, name, age);
290288

291289
void basic_usage() {
292290
std::string xml = R"(
@@ -320,7 +318,6 @@ struct person {
320318
std::string name;
321319
int age;
322320
};
323-
YLT_REFL(person, name, age);
324321
325322
void basic_usage() {
326323
// serialization the structure to the string

0 commit comments

Comments
 (0)