From 589ce19822c6d3fcc9619f3b581684fb836986b2 Mon Sep 17 00:00:00 2001 From: orbitcowboy Date: Wed, 18 Oct 2017 14:16:36 +0200 Subject: [PATCH] Added support for std::ios::clear. --- cfg/std.cfg | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/cfg/std.cfg b/cfg/std.cfg index cb68769ba..113a41358 100644 --- a/cfg/std.cfg +++ b/cfg/std.cfg @@ -6031,6 +6031,14 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun + + + false + + + + +