File tree Expand file tree Collapse file tree 3 files changed +0
-15
lines changed
Expand file tree Collapse file tree 3 files changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -324,11 +324,6 @@ set_os_specific_compiler_settings()
324324 else # Linux
325325 STDLIB=" stdc++"
326326 fi
327-
328- if [[ ($OS == Darwin) && ($CC == clang* ) ]]; then
329- CFLAGS=" ${CFLAGS} -DBOOST_NO_CXX98_FUNCTION_BASE"
330- CXXFLAGS=" ${CXXFLAGS} -DBOOST_NO_CXX98_FUNCTION_BASE"
331- fi
332327}
333328
334329link_to_standard_library ()
Original file line number Diff line number Diff line change @@ -332,11 +332,6 @@ set_os_specific_compiler_settings()
332332 else # Linux
333333 STDLIB=" stdc++"
334334 fi
335-
336- if [[ ($OS == Darwin) && ($CC == clang* ) ]]; then
337- CFLAGS=" ${CFLAGS} -DBOOST_NO_CXX98_FUNCTION_BASE"
338- CXXFLAGS=" ${CXXFLAGS} -DBOOST_NO_CXX98_FUNCTION_BASE"
339- fi
340335}
341336
342337link_to_standard_library ()
Original file line number Diff line number Diff line change @@ -319,11 +319,6 @@ set_os_specific_compiler_settings()
319319 else # Linux
320320 STDLIB=" stdc++"
321321 fi
322-
323- if [[ ($OS == Darwin) && ($CC == clang* ) ]]; then
324- CFLAGS=" ${CFLAGS} -DBOOST_NO_CXX98_FUNCTION_BASE"
325- CXXFLAGS=" ${CXXFLAGS} -DBOOST_NO_CXX98_FUNCTION_BASE"
326- fi
327322}
328323
329324link_to_standard_library ()
You can’t perform that action at this time.
0 commit comments