Skip to content

1.5.1

Compare
Choose a tag to compare
@martinmoene martinmoene released this 04 Oct 13:01
· 69 commits to master since this release

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.