This is the mail archive of the gcc-patches@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]

Re: PATCH to libstdc++: Don't be sloppy about names used in templates


Gabriel Dos Reis wrote:

I tried before applying the patch: it does not work.
For some reason snprintf is not in std::

Ah!
May this have to do with the fact that 'snprintf' is only in C99 and not in C90? Are other C99-only functions injected in std::?


Paolo.


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