From 54bb0820c6a3eb8ed65b1464959800cdadaf85d0 Mon Sep 17 00:00:00 2001 From: chrchr-github Date: Wed, 18 Sep 2024 22:34:06 +0200 Subject: [PATCH] Add support for std::partition/stable_partition --- cfg/std.cfg | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/cfg/std.cfg b/cfg/std.cfg index c013277a670..934db77881b 100644 --- a/cfg/std.cfg +++ b/cfg/std.cfg @@ -7683,6 +7683,23 @@ initializer list (7) string& replace (const_iterator i1, const_iterator i2, init + + + + + false + + + + + + + + + + + +