github martinmoene/string-view-lite v1.5.1
1.5.1

latest releases: v1.7.0, v1.6.0
3 years ago

This release of string_view lite fixes the presence of char type specializations for compare() and length() that use builtin functions memcmp and strlen in relation to the availability of constexpr.

Fixes:

  • Fix usage of char type builtins or mem-functions with respect to constexpr-ness (#34, thanks to @mcskatkat) (#38)

Changes:

  • Add tag [.builtins] to inspect relevant macros.

Don't miss a new string-view-lite release

NewReleases is sending notifications on new releases.