Skip to content

Commit

Permalink
COMMON: Make XCode 5.0.1 happier
Browse files Browse the repository at this point in the history
  • Loading branch information
sev- committed Oct 27, 2013
1 parent c8b34eb commit 874939a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions common/c++11-compat.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@
// Custom nullptr replacement. This is not type safe as the real C++11 nullptr
// though.
//
#if !defined(nullptr) // XCode 5.0.1 has __cplusplus=199711 but defines this
#define nullptr 0
#endif

//
// Replacement for the override keyword. This allows compilation of code
Expand Down

0 comments on commit 874939a

Please sign in to comment.