This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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, libstdc++, testsuite] Modify tests to use tmpnam()


On 03/03/2010 11:14 PM, Janis Johnson wrote:
> tmpnam is declared, and L_tmpnam is defined, in <cstdio> which is
> already included in 9661-1.cc but not 7.cc.  Unless there's an
> objection from a libstdc++ maintainer the patch is OK if you
> include <cstdio> in 7.cc.
>   
In practice, <fstream> also does it as an implementation detail, but I
agree with Janis.

Paolo.


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