This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/60498] error: 'snprintf' was not declared in this scope


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60498

--- Comment #10 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Note, you've listed also plenty of non-standard functions like asiprintf, I
guess those certainly shouldn't be available for __STRICT_ANSI__, even for
-std=c99, -std=c11 or -std=c++11.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]