urnathan / libcody

Compiler/BuildSystem Interface Library
Apache License 2.0
24 stars 6 forks source link

configure doesn't set c++11 #3

Closed urnathan closed 4 years ago

urnathan commented 4 years ago

I think it just assumes that if the compiler accepts some c++11, it is c++11. This has led to some c++14 creeping in :( That's what happens converting a configure for 'is this sufficiently c++20ish'.

urnathan commented 4 years ago

Now fixed d0e3952