New
1.7.0
This release of string_view lite contains the following additions, fixes and changes.
Additions:
- Add prevention to construct, convert from
nullptr, p2166 (#47, thanks @mbs-c). - Add configuration option
nssv_CONFIG_NO_STREAM_INSERTIONto omit streams (#42, thanks @theShmoo). - Add
export()toCMakeLists.txt, enabling importing targets, nonstd-lite-project issues 50. - Add script
tc-cl.bat, nonstd-lite-project issues 54.