From dcc25991219339a074eb75ae0530a2407aaeb699 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Fri, 26 Jul 2019 07:51:26 +0200 Subject: [PATCH] std.cfg: Add `` to std::min() and std::max() (#2037) --- cfg/std.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cfg/std.cfg b/cfg/std.cfg index 3d41a9b48..74ca9c6d4 100644 --- a/cfg/std.cfg +++ b/cfg/std.cfg @@ -6023,6 +6023,7 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun false + arg1<arg2?arg1:arg2 @@ -6036,6 +6037,7 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun false + arg1>arg2?arg1:arg2