On Saturday, August 5, 2017 at 2:41:01 AM UTC+8, Nico Weber wrote: > > Hi, > > (bcc chromium-dev, blink-dev -- join us over at cxx@ if you want to > participate in the discussion) > > as of last week, I think all our toolchains support C++14. > > What's new in C++14? See http://chromium-cpp.appspot.com/#core-review-14 > and http://chromium-cpp.appspot.com/#library-review-14 -- thanks to > jbroman for helping with documenting this. It's a fairly small language > extension, but some things look useful (std::make_unique could replace > base::MakeUnique, the extended constexpr support can be handy in some > limited circumstances like e.g. base/numerics, etc). > > However, the google style guide doesn't make any recommendations about > C++14 yet. So we'd have to guess which recommendations google style will > make about C++14, and if we guess wrong that'd be somewhat unfortunate. > > Do people have an opinion on what to do? Hold off on C++14 stuff > completely? Only allow "obviously ok" things (e.g. make_unique, but maybe > not generic lambdas and generalized constexpr)? Do our best at guessing and > then clean up after the fact when we guess wrong? > > Nico >
-- -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups "v8-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
