The title says it all. Have #pragma once been standardized for C++0x? I don\'t know any compiler that doesn\'t provide an implementation of it, with almost alwa
#pragma once
Sun C++ compiler (Solaris) does not implement it. And no, it's not in C++0x drafts.