[Freeciv-Dev] File Naming Conflict
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
Hi
I recently discovered a naming conflict. Metroworks Codewarior 10 and
probably all C++ compiliers (g--?) have this conflict. The file map.h in
freeciv conflicts with the map.h used in the Standard Template Library,
part of ANSI C++ standard (I think). This conflict also is caused by my
prevous noted problem with people useing #include <...> insted of #include
"..." for project files. My work around was renameing the map.h in the
freeciv folder to civmap.h
Andy Black
- [Freeciv-Dev] File Naming Conflict,
Andy Black <=
|
|