forked from OSchip/llvm-project
[libc++] Fix synopsis in string::ends_with test. NFC.
This commit is contained in:
parent
2ec5973fdd
commit
d1da346296
|
@ -9,7 +9,7 @@
|
|||
|
||||
// <string_view>
|
||||
|
||||
// constexpr bool starts_with(const CharT *x) const;
|
||||
// constexpr bool ends_with(const CharT *x) const;
|
||||
|
||||
#include <string_view>
|
||||
#include <cassert>
|
||||
|
|
Loading…
Reference in New Issue