2012/11/23 Murray Cumming <[email protected]>: > Maybe we could add C++11 move constructors to the gtkmm classes, where > appropriate, inside ifdefs to prevent them from breaking the build when C++11 > is not enabled/supported by the compiler.
How would you test for C++11? An AC_COMPILE_IFELSE test that builds a class with a move constructor? -Tristan -- Tristan Matthews web: http://tristanswork.blogspot.com _______________________________________________ gtkmm-list mailing list [email protected] https://mail.gnome.org/mailman/listinfo/gtkmm-list
