Following from #466 discussion, there are parts of the codebase (e.g. cppunit tests) that require C++11 support. Depending on compilers, it may be available by default, or require certain CXXFLAGS tuning, or be missing altogether (so that part of code should not be built). The configure script and Makefiles should be amended to figure this out properly.
Following from #466 discussion, there are parts of the codebase (e.g. cppunit tests) that require C++11 support. Depending on compilers, it may be available by default, or require certain
CXXFLAGStuning, or be missing altogether (so that part of code should not be built). Theconfigurescript andMakefiles should be amended to figure this out properly.