Closed nfsprodriver closed 6 years ago
Hm, needs some further fixes. Maybe we can replace the constexpression by some other values of a different type?
Maybe just create a general xenial branch if there's are required code differences? just going wild here...... maybe theres a way to detect the target at compile time and select the correct code/files so we can have a single code base...
How can we tell jenkins to use std c++11 (or something like that)?
@nfsprodriver you do it in cmake set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11")
Also your branch name is wrong to get it to build against xenial. It should be xenial_-_constexpr
(weird i know... blame jenkins!)
@dpniel Thank you! I'll recreate that PR...
Well xenial really seems to need constexpr at this point to get built so I think we should merge this.