Skip to content

Commit

Permalink
remove old boost related defines that may no longer be needed.
Browse files Browse the repository at this point in the history
  • Loading branch information
romainfrancois committed Dec 18, 2018
1 parent 659701c commit da4a826
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Makevars
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Disable long types from C99 or CPP11 extensions
PKG_CPPFLAGS = -I../inst/include -DRCPP_DEFAULT_INCLUDE_CALL=false -DCOMPILING_DPLYR -DRCPP_USING_UTF8_ERROR_STRING -DRCPP_USE_UNWIND_PROTECT -DBOOST_NO_INT64_T -DBOOST_NO_INTEGRAL_INT64_T -DBOOST_NO_LONG_LONG -DBOOST_NO_AUTO_PTR ${DPLYR_COMPILER_FLAGS}
PKG_CPPFLAGS = -I../inst/include -DRCPP_DEFAULT_INCLUDE_CALL=false -DCOMPILING_DPLYR -DRCPP_USING_UTF8_ERROR_STRING -DRCPP_USE_UNWIND_PROTECT -DBOOST_NO_AUTO_PTR ${DPLYR_COMPILER_FLAGS}
2 changes: 1 addition & 1 deletion src/Makevars.win
Original file line number Diff line number Diff line change
@@ -1 +1 @@
PKG_CPPFLAGS = -I../inst/include -DRCPP_DEFAULT_INCLUDE_CALL=false -DCOMPILING_DPLYR -DRCPP_USING_UTF8_ERROR_STRING -DRCPP_USE_UNWIND_PROTECT -DBOOST_NO_INT64_T -DBOOST_NO_INTEGRAL_INT64_T -DBOOST_NO_LONG_LONG -DBOOST_NO_AUTO_PTR ${DPLYR_COMPILER_FLAGS}
PKG_CPPFLAGS = -I../inst/include -DRCPP_DEFAULT_INCLUDE_CALL=false -DCOMPILING_DPLYR -DRCPP_USING_UTF8_ERROR_STRING -DRCPP_USE_UNWIND_PROTECT -DBOOST_NO_AUTO_PTR ${DPLYR_COMPILER_FLAGS}

0 comments on commit da4a826

Please sign in to comment.