Announcement

Collapse
No announcement yet.

GCC 4.9, Clang 3.4 Will Have Better C++14 Support

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • GCC 4.9, Clang 3.4 Will Have Better C++14 Support

    Phoronix: GCC 4.9, Clang 3.4 Will Have Better C++14 Support

    We're still many months out from seeing the release of GCC 4.9 and LLVM Clang 3.4 releases, but with the next major updates to these open-source code compilers will come better support for the C++14 (C++1y) language...

    Phoronix, Linux Hardware Reviews, Linux hardware benchmarks, Linux server benchmarks, Linux benchmarking, Desktop Linux, Linux performance, Open Source graphics, Linux How To, Ubuntu benchmarks, Ubuntu hardware, Phoronix Test Suite

  • #2
    Clang will most certainly have their full support.

    What's left to do:
    1. Variable templates
    2. Initialized lambda captures
    3. Generic lambdas (Work in Progress)
    4. Runtime-sized arrays with automatic storage duration (Partial)



    Rest is done.

    Comment


    • #3
      Can somebody tell me, please, why not a single compiler would support this feature:
      "Minimal support for garbage collection and reachability-based leak detection"


      And Clang doesn't support these features too:
      "Abandoning a process and at_quick_exit"
      "Extended integral types"
      but they say that it is feature complete?

      Comment

      Working...
      X