--
--
v8-dev mailing list
v8-...@googlegroups.com
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 v8-dev+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/v8-dev/5f260625-0647-4ddd-a0c3-fe063deb3b41n%40googlegroups.com.
Clemens Backes
Software Engineer
Google Germany GmbH
Erika-Mann-Straße 33
80636 München
Registergericht und -nummer: Hamburg, HRB 86891
Sitz der Gesellschaft: Hamburg
Diese E-Mail ist vertraulich. Falls sie diese fälschlicherweise erhalten haben sollten, leiten Sie diese bitte nicht an jemand anderes weiter, löschen Sie alle Kopien und Anhänge davon und lassen Sie mich bitte wissen, dass die E-Mail an die falsche Person gesendet wurde.
This e-mail is confidential. If you received this communication by mistake, please don't forward it to anyone else, please erase all copies and attachments, and please let me know that it has gone to the wrong person.
OK thanks
You received this message because you are subscribed to a topic in the Google Groups "v8-dev" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/v8-dev/rNPd4IRp_YM/unsubscribe.
To unsubscribe from this group and all its topics, send an email to v8-dev+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/v8-dev/CAGO%3DqhCWsa9B9UXiNrp%3Dbsa_hcJUSow2f0mhfGMtbUSaXsJCTA%40mail.gmail.com.
I don't think there's a timeline for C++23 in V8 yet. For the time being, V8 is still on C++20.I wouldn't expect that the schedule necessarily matches previous C++ version rollouts. New C++ versions are relatively infrequent and each is different, so it's a case-by-case decision, driven by factors such as:- Does the new C++ version offer anything that we'd want to use?- Does switching require any extra work, and when can we prioritize that work?- Are there any blocking concerns from embedders?We are well aware of the balancing act.
Right now for C++23, I think we want to give embedders a bit more time, but I don't know how much time that might be.Is there a particular reason for your question?