Name: Anonymous 2012-11-26 12:21
Apple innovates: http://llvm.org/devmtg/2012-11/Gregor-Modules.pdf
#pragma once should be used, I don't use it myself, either. I just think that (conditional) #include is all you mostly need. Especially since it can be optimized by the compiler. There's just no need in fixing a working system.min/max isn't specified AFAIK. But seriously now, it's just common sense not to deliberately try to provoke name clashes.#import will be the same as #pragma once: