I just tried a fresh build of master with CMAKE_CXX_FLAGS= -std=gnu++0x and I get tons of: error: ‘constexpr’ needed for in-class initialization of static data member ‘e’ of non-integral type Isn't building ITK with that flag the suggested fix to using these features? David