Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
qicosmos committed Oct 23, 2024
1 parent 8c4426d commit d3e5130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ struct person
std::string name;
int age;
};
#if __cplusplus >= 202002L
#if __cplusplus < 202002L
YLT_REFL(person, name, age) //define meta data
#endif
```
Expand Down

0 comments on commit d3e5130

Please sign in to comment.