On 11/30/18 5:33 AM, Jonathan Wakely wrote:
On 29/11/18 21:35 -0500, Ed Smith-Rowland wrote:
Greetings,
This patch implements starts_with and ends_with for basic_string and
basic_string_view for C++20.
This was on my TODO list, thanks for taking care of it.
+#if __cplusplus > 201703L
+
On 29/11/18 21:35 -0500, Ed Smith-Rowland wrote:
Greetings,
This patch implements starts_with and ends_with for basic_string and
basic_string_view for C++20.
This was on my TODO list, thanks for taking care of it.
+#if __cplusplus > 201703L
+ bool
+ starts_with(basic_string_view<_
Greetings,
This patch implements starts_with and ends_with for basic_string and
basic_string_view for C++20.
This builds and tests cleanly on x86_64-linux.
Ed
2018-11-30 Edward Smith-Rowland <3dw...@verizon.net>
Implement P0457R2 String Prefix and Suffix Checking.
* incl