mclow / Boost.Algorithm

Proposed Boost.Algorithm Library
7 stars 2 forks source link

#pragma mark should be protected by #ifdefs. #6

Closed spillner closed 13 years ago

spillner commented 13 years ago

Required for maximum portability, since not all compilers understand mark or silently ignore pragmas they don't understand.

mclow commented 13 years ago

It's probably easier to just remove them; otherwise I'll end up keeping track of which compilers support them and which don't (and which versions, etc).

mclow commented 13 years ago

fixed.