[libcxx-commits] [libcxx] [libc++][string] Assert resize_and_overwrite operation returns integer-like type (PR #162030)

A. Jiang via libcxx-commits libcxx-commits at lists.llvm.org
Wed Oct 8 09:55:40 PDT 2025


================
@@ -17,6 +17,7 @@
 #include <cassert>
 #include <memory>
 #include <string>
+#include <type_algorithms.h>
----------------
frederick-vs-ja wrote:

I think it's better to write this as `"type_algorithms.h"` and put this inclusion into the following group.

https://github.com/llvm/llvm-project/pull/162030


More information about the libcxx-commits mailing list