Sam TH asked: [register keyword] > I highly doubt gcc actually does what you tell it here. However, I > was unable to find mention of the register keyword in the GCC manual. > What does MSVC do with it? As any reasonable [optimizing] compiler using crappy x86, it discards it without notice. AFAIK it's removed as soon as the syntax checker validated the expression. /Mike
- Code problems found by doxygen Jesper Skov
- Re: Code problems found by doxygen Paul Rohr
- Re: Code problems found by doxygen Mike Nordell
- Re: Code problems found by doxygen Sam TH
- Re: Code problems found by doxygen Mike Nordell
- Re: Code problems found by doxygen Mike Nordell
- Re: Code problems found by doxygen Sam TH
- Re: Code problems found by doxygen Mike Nordell
- Re: Code problems found by doxygen Dom Lachowicz
