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 @@ -326,11 +326,6 @@ set_os_specific_compiler_settings()
326326 else # Linux
327327 STDLIB=" stdc++"
328328 fi
329-
330- if [[ ($OS == Darwin) && ($CC == clang* ) ]]; then
331- CFLAGS=" ${CFLAGS} -DBOOST_NO_CXX98_FUNCTION_BASE"
332- CXXFLAGS=" ${CXXFLAGS} -DBOOST_NO_CXX98_FUNCTION_BASE"
333- fi
334329}
335330
336331link_to_standard_library ()
Original file line number Diff line number Diff line change @@ -334,11 +334,6 @@ set_os_specific_compiler_settings()
334334 else # Linux
335335 STDLIB=" stdc++"
336336 fi
337-
338- if [[ ($OS == Darwin) && ($CC == clang* ) ]]; then
339- CFLAGS=" ${CFLAGS} -DBOOST_NO_CXX98_FUNCTION_BASE"
340- CXXFLAGS=" ${CXXFLAGS} -DBOOST_NO_CXX98_FUNCTION_BASE"
341- fi
342337}
343338
344339link_to_standard_library ()
Original file line number Diff line number Diff line change @@ -321,11 +321,6 @@ set_os_specific_compiler_settings()
321321 else # Linux
322322 STDLIB=" stdc++"
323323 fi
324-
325- if [[ ($OS == Darwin) && ($CC == clang* ) ]]; then
326- CFLAGS=" ${CFLAGS} -DBOOST_NO_CXX98_FUNCTION_BASE"
327- CXXFLAGS=" ${CXXFLAGS} -DBOOST_NO_CXX98_FUNCTION_BASE"
328- fi
329324}
330325
331326link_to_standard_library ()
You can’t perform that action at this time.
0 commit comments