khaled-besrour

Results 3 comments of khaled-besrour

I am sorry this code is not compatible with c++11 but with c++14, ( std::exchange in context.h) A correction is needed in the cmake file for the static build

I am working on a large project with the constraint of using c ++ 14. Most companies have old Ubuntu 16 in production that are not natively compatible with c...

I already made the effort to convert from header to .Cpp/. H implementation. Switching to inline implementation will not break c++ 14 compatibility?