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]

libio/strfile.h



libio has an internal header named strfile.h.  I tried to use g++ to
build a program which had its own file named strfile.h.  The program's
strfile.h was found instead of the compiler's.  strfile.h is not
specified in the draft ANSI C++ standard; nonstandard filenames should
have some compiler or library unique prefix (<libio/strfile.h>,
<g++-strfile.h>) to avoid this kind of problem.



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