Skip to content

Commit

Permalink
Add nullptr support
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Dec 3, 2015
1 parent 229d7ec commit 320c696
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Expand Up @@ -382,6 +382,7 @@ ENDIF()
#allow override keyword if available
IF (NOT USE_CXX_11)
ADD_DEFINITIONS("-Doverride=")
ADD_DEFINITIONS("-Dnullptr=0")
ENDIF()


Expand Down

0 comments on commit 320c696

Please sign in to comment.