GNOME Bugzilla – Bug 727077
Really honour c++11 compilers
Last modified: 2014-03-26 20:39:36 UTC
Created attachment 272969 [details] patch for src/notebase.cpp In src/notebase.cpp it is checked for a c++11 compliant compiler, but the file doesn't really honour HAVE_CXX11 because it misses to include config.h and so the build breaks if the compiler doesn't have tr1 namespace, like clang. The simple attached patch fixes that.
Thanks for patch. Will try to improve this, so it does not happen again.