Re: [PATCH 1/6] libstdc++: port away from is_trivial in string classes

2024-12-09 Thread Jonathan Wakely
ppe D'Angelo Date: Mon, 9 Dec 2024 01:43:27 +0100 Subject: [PATCH 1/6] libstdc++: port away from is_trivial in string classes In preparation for the deprecation of is_trivial (P3247R2), stop using it from std::string_view. Also, add the same detection to std::string (described in [strings.gen

[PATCH 1/6] libstdc++: port away from is_trivial in string classes

2024-12-09 Thread Giuseppe D'Angelo
Thanks, -- Giuseppe D'Angelo From 1dcceca767df8e403bffd82a0d5e08d343bf33c5 Mon Sep 17 00:00:00 2001 From: Giuseppe D'Angelo Date: Mon, 9 Dec 2024 01:43:27 +0100 Subject: [PATCH 1/6] libstdc++: port away from is_trivial in string classes In preparation for the deprecation of is_trivial (P3247R2), stop using it from std