Skip to content

Commit 320c696

Browse files
committed
Add nullptr support
1 parent 229d7ec commit 320c696

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -382,6 +382,7 @@ ENDIF()
382382
#allow override keyword if available
383383
IF (NOT USE_CXX_11)
384384
ADD_DEFINITIONS("-Doverride=")
385+
ADD_DEFINITIONS("-Dnullptr=0")
385386
ENDIF()
386387

387388

0 commit comments

Comments
 (0)