glog icon indicating copy to clipboard operation
glog copied to clipboard

Any plan to set c++11 as default standard version?

Open theidexisted opened this issue 3 years ago • 2 comments

The gtest repo has changed c++ version from 03 to 11, is there any plan for glog?

theidexisted avatar Dec 23 '20 07:12 theidexisted

Yes, I would even go as far as requiring C++14 or even C++17.

@drigz @shinh @ukai Any thoughts?

sergiud avatar Feb 13 '21 10:02 sergiud

I don't have an opinion, although I'll note that the style guide suggests C++17: https://google.github.io/styleguide/cppguide.html#C++_Version

drigz avatar Feb 15 '21 08:02 drigz