openembedded / meta-openembedded

MIT License
416 stars 716 forks source link

abseil-cpp: force use of -std=c++14 #773

Closed thomas-roos closed 10 months ago

thomas-roos commented 10 months ago

Protobuf is compiled with -std=c++14, so abseil must be as well. Details can be found here: https://github.com/protocolbuffers/protobuf/issues/10768

shr-project commented 10 months ago

It was switched to c++17 recently in: https://git.openembedded.org/meta-openembedded/commit/?id=190f7b50ac3d7d30cf9d31167fb74f7146c3c8ff

if you want to revert this you should discuss on the ML.