Skip to content
Snippets Groups Projects
  • Xiyue Deng's avatar
    917b94df
    Add cxxstdlib_check method to request changing C++ stdlib checking. · 917b94df
    Xiyue Deng authored
    * In certain cases, a C++ software may result in linking to a different
      and incompatible C++ standard library than its dependencies and still
      works fine because it is by design. Examples include GCC, which will
      bootstrap itself and self-host after finish.
    
    * Add a cxxstdlib_check method to formula to request changing the C++
      standard library checking. Currently using "cxxstdlib_check :skip"
      will let a formula skip such checking. This should only be used on
      rare occasions and be very careful.
    
    Closes Homebrew/homebrew#23687.
    917b94df
    History
    Add cxxstdlib_check method to request changing C++ stdlib checking.
    Xiyue Deng authored
    * In certain cases, a C++ software may result in linking to a different
      and incompatible C++ standard library than its dependencies and still
      works fine because it is by design. Examples include GCC, which will
      bootstrap itself and self-host after finish.
    
    * Add a cxxstdlib_check method to formula to request changing the C++
      standard library checking. Currently using "cxxstdlib_check :skip"
      will let a formula skip such checking. This should only be used on
      rare occasions and be very careful.
    
    Closes Homebrew/homebrew#23687.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.