Skip to content

Commit

Permalink
Convert plasma_store.cc to use STL (with a caveat)
Browse files Browse the repository at this point in the history
  • Loading branch information
rshin committed Mar 31, 2017
1 parent 1bc1567 commit 2e16a0c
Show file tree
Hide file tree
Showing 2 changed files with 113 additions and 154 deletions.
2 changes: 2 additions & 0 deletions src/plasma/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ endif(APPLE)
include_directories("${PYTHON_INCLUDE_DIRS}" thirdparty)

set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} --std=c99 -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=200809L")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} --std=c++11 -D_XOPEN_SOURCE=500
-D_POSIX_C_SOURCE=200809L")

# Compile flatbuffers

Expand Down
Loading

0 comments on commit 2e16a0c

Please sign in to comment.