Skip to content

Commit

Permalink
Update ChangeLog with constexpr begin/end and .size
Browse files Browse the repository at this point in the history
  • Loading branch information
rollbear committed Feb 22, 2024
1 parent bf7df75 commit da5ab44
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
* .begin() and .end() are now constexpr for strong::range types. Thanks
Harald Achitz for reporting the missing specifiers.

* Added .size() member to strong::range types, if the underlying type
has a .size() member. Thanks Harald Achitz for the suggestion.

v13 2023-11-29

* Added static_assert() messages explaining why a modifier cannot be
Expand Down

0 comments on commit da5ab44

Please sign in to comment.