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 @@ -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 @@ -340,11 +340,6 @@ set_os_specific_compiler_settings()
340340 else # Linux
341341 STDLIB=" stdc++"
342342 fi
343-
344- if [[ ($OS == Darwin) && ($CC == clang* ) ]]; then
345- CFLAGS=" ${CFLAGS} -DBOOST_NO_CXX98_FUNCTION_BASE"
346- CXXFLAGS=" ${CXXFLAGS} -DBOOST_NO_CXX98_FUNCTION_BASE"
347- fi
348343}
349344
350345link_to_standard_library ()
Original file line number Diff line number Diff line change @@ -327,11 +327,6 @@ set_os_specific_compiler_settings()
327327 else # Linux
328328 STDLIB=" stdc++"
329329 fi
330-
331- if [[ ($OS == Darwin) && ($CC == clang* ) ]]; then
332- CFLAGS=" ${CFLAGS} -DBOOST_NO_CXX98_FUNCTION_BASE"
333- CXXFLAGS=" ${CXXFLAGS} -DBOOST_NO_CXX98_FUNCTION_BASE"
334- fi
335330}
336331
337332link_to_standard_library ()
You can’t perform that action at this time.
0 commit comments