Quoting the bottom of your question:
Challenge: Write a function
bool isCpp0x() {...}
without the use of preprocessor that will return true if compiled with a compliant C++0x compiler and false if with a plain old C++03 compiler. I don't know for sure that this is possible. Go! :)
Per http://codegolf.stackexchange.com/faq
As this site's title suggests, Programming Puzzles & Code Golf is for programming puzzles and code golf, anywhere in skill from beginner to expert.
edit: based on Jerry Coffin's excellent proposed edit, I reinstated it on SO. lesson to be learned: don't add bogus "challenges" to your questions to "spice them up". Just ask your question in a simple, straightforward manner.