New
Unclaimed project
Are you a maintainer of strong_type? Claim this project to take control of your public changelog and roadmap.
Added several missing [[nodiscard]]
.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.