Uploaded image for project: 'Core ReactOS'
  1. Core ReactOS
  2. CORE-19509

Should we support old C++98 compilers?

    XMLWordPrintable

Details

    • New Feature
    • Resolution: Won't Do
    • Major
    • None
    • None
    • None

    Description

      We are using C++11 compilers explicitly.

      project(REACTOS)
      ...
      set(CMAKE_C_STANDARD 99)
      set(CMAKE_CXX_STANDARD 11)
      

      Old C++98 compilers cannot use C++11 override and auto keywords.
      I think supporting old compilers is cost.

      Attachments

        Activity

          People

            Unassigned Unassigned
            katayama_hirofumi_mz Katayama Hirofumi MZ
            Votes:
            2 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: