|
Found 'std' used in XMLDeclImpl.cpp and DOMParser.cpp which are now fixed
in CVS.
Tinny Dean Roddey wrote: I'm not monitoring the list anymore but here's one that I ran into at work, using the HP compiler (which is evidentally more anal about this than most others.) In the two classes in DOM that deal with the XMLDecl, one of the parameters is called 'std', which is short for standalone. However, 'std' is the special prefix used by the standard libraries, and the HP compiler wouldn't allow that as a variable name, or at least it got confused and thought it was a std prefix mistakenly followed by a '.' instead of a '::' separator. These should probably be changed to isStd or something like that, to avoid this issue. -------------------------- |
- A small portability issue Dean Roddey
- Tinny Ng
