Andrey Semashev
|
c63d36cf5b
|
Added string_view::contains methods.
These methods were added in C++23.
Also updated string_view/ref tests:
- Added tests for string_view::contains.
- Added missing includes.
- Added missing std:: qualification.
- Removed tabs.
- Fixed misleading indentation (fixes gcc warnings).
- Fixed decrementing pointer before beginning of the string.
Closes https://github.com/boostorg/utility/issues/93.
|
2022-05-04 00:32:30 +03:00 |
|
Marshall Clow
|
9c2aa8d193
|
Revert "Make string_{view|ref} remove_prefix and remove_suffix throw on invalid lengths. Addresses issue #73"
This reverts commit 601fc9371ff157b05bc16622871e92fb0f94d272.
|
2021-03-01 16:50:14 -08:00 |
|
Marshall Clow
|
601fc9371f
|
Make string_{view|ref} remove_prefix and remove_suffix throw on invalid lengths. Addresses issue #73
|
2021-03-01 06:52:49 -08:00 |
|
Glen Fernandes
|
f8a243bcff
|
Utility tests should use lightweight_test instead of test
|
2017-12-23 13:00:33 -05:00 |
|
Eric Niebler
|
e0e16be802
|
fix breakage of string_ref logical ops, detabify, remove trailing whitespace
[SVN r83147]
|
2013-02-25 06:30:00 +00:00 |
|
Marshall Clow
|
05af0deaed
|
Update Boost.StringRef tests to use newer Boost.Test features
[SVN r82825]
|
2013-02-11 21:49:56 +00:00 |
|
Marshall Clow
|
98d793152c
|
Move string_ref to Boost.Utility; first crack at docs
[SVN r81972]
|
2012-12-15 16:38:07 +00:00 |
|