aboutsummaryrefslogtreecommitdiff
path: root/common/c++11-compat.h
AgeCommit message (Collapse)Author
2013-01-09COMMON: Add a header for C++11 keywords for pre-C++11 compilers.Johannes Schickel
This currently adds defines for nullptr and override, so we can use them in pre-C++11 compilers, while taking advantage of them with C++11 compilers.