Skip to content

1.7.0

Latest
Compare
Choose a tag to compare
@martinmoene martinmoene released this 10 Aug 09:12
· 12 commits to master since this release

This release of string_view lite contains the following additions, fixes and changes.

Additions:

Fixes:

  • Fix prevention to construct, convert from nullptr for presence of =delete, p2166 (#47).
  • Fix check for stream to use sentry (#46, thanks mprather).
  • Fix parameter type from char to CharT for older compilers (#45, thanks @Elite-stay).
  • Fix link to LLVM libc++ implementation of string_view (thanks @striezel, #44).
  • Fix typos in string_view.hpp (thanks @striezel, #43).
  • Fix identical mangled names for clang on Windows (#40, thanks @nickhutchinson).

Changes: