File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -323,11 +323,6 @@ set_os_specific_compiler_settings()
323323 else # Linux
324324 STDLIB=" stdc++"
325325 fi
326-
327- if [[ ($OS == Darwin) && ($CC == clang* ) ]]; then
328- CFLAGS=" ${CFLAGS} -DBOOST_NO_CXX98_FUNCTION_BASE"
329- CXXFLAGS=" ${CXXFLAGS} -DBOOST_NO_CXX98_FUNCTION_BASE"
330- fi
331326}
332327
333328link_to_standard_library ()
Original file line number Diff line number Diff line change @@ -331,11 +331,6 @@ set_os_specific_compiler_settings()
331331 else # Linux
332332 STDLIB=" stdc++"
333333 fi
334-
335- if [[ ($OS == Darwin) && ($CC == clang* ) ]]; then
336- CFLAGS=" ${CFLAGS} -DBOOST_NO_CXX98_FUNCTION_BASE"
337- CXXFLAGS=" ${CXXFLAGS} -DBOOST_NO_CXX98_FUNCTION_BASE"
338- fi
339334}
340335
341336link_to_standard_library ()
Original file line number Diff line number Diff line change @@ -318,11 +318,6 @@ set_os_specific_compiler_settings()
318318 else # Linux
319319 STDLIB=" stdc++"
320320 fi
321-
322- if [[ ($OS == Darwin) && ($CC == clang* ) ]]; then
323- CFLAGS=" ${CFLAGS} -DBOOST_NO_CXX98_FUNCTION_BASE"
324- CXXFLAGS=" ${CXXFLAGS} -DBOOST_NO_CXX98_FUNCTION_BASE"
325- fi
326321}
327322
328323link_to_standard_library ()
You can’t perform that action at this time.
0 commit comments