“Backporting” nullptr to C++-pre-C++0x programs
问题 More or less what the title suggests. While I'm not yet using C++0x I'd like to be prepared for when it happens, and I'd also like to reduce the amount of code I have to rewrite to use some of its facilities. That way I can get backwards and forwards compatibility in one go. One of the most interesting ones I have found is nullptr, which I've been using more often recently. After checking the "Official workaround" and Meyer's suggestion, I decided that I'd like to use this in both my C++ and