Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeck88 committed Sep 2, 2017
1 parent a51265a commit 408fd20
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 @@ -158,7 +158,7 @@ void debug_print(const my_type & my_struct) {
```

These two things, the macro `VISITABLE_STRUCT` and the function `visit_struct::for_each`,
represent most of the library.
represent the most important functionality of the library.

A nice feature of `visit_struct` is that `for_each` always respects the
C++11 value category of it's arguments.
Expand Down

0 comments on commit 408fd20

Please sign in to comment.