Skip to content

Commit

Permalink
update readme: formulation
Browse files Browse the repository at this point in the history
  • Loading branch information
felixguendling authored Dec 27, 2022
1 parent 666b0ea commit ecd2743
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 @@ -84,7 +84,7 @@ auto b = cista::mmap("data", cista::mmap::protection::READ);
auto positions = cista::deserialize<pos_map, MODE>(b);
```

Advanced example showing support for non-aggregate types like derived classes:
Advanced example showing support for non-aggregate types like derived classes or classes with custom constructors:

```cpp
namespace data = cista::offset;
Expand Down

0 comments on commit ecd2743

Please sign in to comment.