From bca1192e6169c93e85f80d075f3a7c49566ce7ad Mon Sep 17 00:00:00 2001 From: Sebastian Date: Mon, 21 Oct 2019 13:45:19 +0200 Subject: [PATCH] std.cfg: Add some missing std::map::*() function configurations (#2289) Reference: https://en.cppreference.com/w/cpp/container/map/equal_range https://en.cppreference.com/w/cpp/container/map/lower_bound https://en.cppreference.com/w/cpp/container/map/upper_bound https://en.cppreference.com/w/cpp/container/map/contains --- cfg/std.cfg | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) diff --git a/cfg/std.cfg b/cfg/std.cfg index 486d519d5..c05e167dd 100644 --- a/cfg/std.cfg +++ b/cfg/std.cfg @@ -7746,6 +7746,53 @@ initializer list (7) string& replace (const_iterator i1, const_iterator i2, init + + + + + + false + + + + + + + + + + + + false + + + + + + + + + + + + false + + + + + + + + + + false + + + + + + + malloc calloc