Announcement

Collapse
No announcement yet.

Gtkmm Begins Preparing For GTK4, Now Uses C++14

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

  • Gtkmm Begins Preparing For GTK4, Now Uses C++14

    Phoronix: Gtkmm Begins Preparing For GTK4, Now Uses C++14

    Gtkmm, the project providing the de facto C++ interface for GTK+, is preparing for the GTK+ 4.0 era...

    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
    Makes sense. If you're going to be breaking API compatibility anyway, you might as well target the latest C++ standard. Even if it's not available everywhere today, it should be by the time Gtkmm4 comes out, and people have ported their code to it.

    Comment


    • #3
      Originally posted by Delgarde View Post
      Makes sense. If you're going to be breaking API compatibility anyway, you might as well target the latest C++ standard. Even if it's not available everywhere today, it should be by the time Gtkmm4 comes out, and people have ported their code to it.
      So where would gtk4 be available but not c++14?

      Comment


      • #4
        Originally posted by Kemosabe View Post

        So where would gtk4 be available but not c++14?
        On a system running an older compiler maybe. Gtk4 is C (no new standard revision is like half a decade).

        Comment

        Working...
        X