[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Current CVS - mkstemp problem
From: |
Werner LEMBERG |
Subject: |
Re: Current CVS - mkstemp problem |
Date: |
Wed, 05 Sep 2001 20:24:46 +0200 (CEST) |
> /u3/u1/src/groff/src/libs/libgroff/tmpfile.cc 158: [error]: CFE1308
> more than one instance of overloaded function "mkstemp" matches the
> argument list:
> function "mkstemp(char *)"
> function "std::mkstemp(char *)"
> argument types are: (char *)
>
> int fd = mkstemp(templ);
> ^
Does this mean that the C++ compiler has mkstemp() and the C compiler
doesn't?
Werner