From da5ab444f40b1740da8d3715a524e781d478fb6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Fahller?= Date: Thu, 22 Feb 2024 19:59:07 +0100 Subject: [PATCH] Update ChangeLog with constexpr begin/end and .size --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index e58fa16..26893d8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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