Skip to content

Commit

Permalink
Assume nullptr_t is available unless told otherwise
Browse files Browse the repository at this point in the history
  • Loading branch information
codemercenary committed Aug 20, 2014
1 parent 21c2c12 commit 3ce705e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contrib/C++11/cpp11.h
Expand Up @@ -172,8 +172,8 @@
#elif __cplusplus > 199711L
#define HAS_NULLPTR_T 1
#else
// No idea--better safe than sorry?
#define HAS_NULLPTR_T 0
// No idea--better safe than sorry!
#define HAS_NULLPTR_T 1
#endif

#if ! HAS_NULLPTR_T
Expand Down

0 comments on commit 3ce705e

Please sign in to comment.