[libc++] Fix synopsis in string::ends_with test. NFC.

This commit is contained in:
Marek Kurdej 2020-12-15 19:03:11 +01:00
parent 2ec5973fdd
commit d1da346296
1 changed files with 1 additions and 1 deletions

View File

@ -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>