New
1.8.0
This release of string_view lite contains the following additions, fixes and changes.
Additions
- Add configuration macro
nssv_CONFIG_CONSTEXPR11_STD_SEARCH(#50, thanks @oliverlee). - Add example/CMakeLists.txt (nonstd-lite-project issue 56).
Fixes
- Fix build with gcc 4.9 as the first version of find() can't be constexpr then (#54, thanks @DerDakon).
- Fix cmake config file to use
@package_nspace@(nonstd-lite issue 68).