Skip to content
Snippets Groups Projects
  • Xiyue Deng's avatar
    f2132c47
    C++11 support. · f2132c47
    Xiyue Deng authored
    * Add options and ENV method to specify building in C++11 mode.
      - Set C++ compiler flags to enable C++11 mode.
      - To add options to support C++11 mode, a formula can now use
    
          option :cxx11
    
        to provide "--c++11" option, and detect and enable C++11 support in
        install method using
    
          ENV.cxx11 if build.cxx11?
    
    Closes Homebrew/homebrew#22453.
    f2132c47
    History
    C++11 support.
    Xiyue Deng authored
    * Add options and ENV method to specify building in C++11 mode.
      - Set C++ compiler flags to enable C++11 mode.
      - To add options to support C++11 mode, a formula can now use
    
          option :cxx11
    
        to provide "--c++11" option, and detect and enable C++11 support in
        install method using
    
          ENV.cxx11 if build.cxx11?
    
    Closes Homebrew/homebrew#22453.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.