Announcement

Collapse
No announcement yet.

GCC's libstdc++ Continues Landing C++20 Changes Around The Spaceship Operator

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

  • GCC's libstdc++ Continues Landing C++20 Changes Around The Spaceship Operator

    Phoronix: GCC's libstdc++ Continues Landing C++20 Changes Around The Spaceship Operator

    The GCC compiler's libstdc++ library has continued receiving more last minute C++20 work...

    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
    Spaceship Operator?
    C++ doesn't have already to many operators (+ operator overloading) ? Hoping not complicating things already complicated in this language ...

    Comment


    • #3
      Originally posted by onicsis View Post
      Spaceship Operator?
      C++ doesn't have already to many operators (+ operator overloading) ? Hoping not complicating things already complicated in this language ...
      Actually it replaces the need to implement multiple operators (<, <=, >, >=, ==, !=).

      Comment


      • #4
        changes to the C++ standard library around the new operator
        .

        Just to clarify, these are changes around an operator that has been added for C++20, not the new operator or operator new. C++ even overloads the English language.
        Last edited by bregma; 16 April 2020, 07:50 AM. Reason: fsking autosmilies -- If I wanted to smile, I would smile

        Comment


        • #5
          P-FUNK!
          Hi

          Comment


          • #6
            Originally posted by onicsis View Post
            Hoping not complicating things already complicated in this language ...
            c++ is not more complicated than its competition. and focus of its development is to make it easier to use(to solve complex problems obviously, since trivial problems already have solutions)

            Comment

            Working...
            X