New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
P1144 R8 std::is_trivially_relocatable #43
Comments
P1144R2 Object relocation in terms of move plus destroy (Arthur O'Dwyer) |
C++Now 2018 talk: https://youtube.com/watch?v=MWBfmmg8-Yo |
EWG-I in Kona: Should this be mandated on existing STL containers? Might be an ABI break. LEWGI should see this. Much feedback, still open questions. Should see again. |
P1144R3 Object relocation in terms of move plus destroy (Arthur O'Dwyer) |
P1144R4 Object relocation in terms of move plus destroy (Arthur O'Dwyer) |
We believe that P1029 and P1144 are
EWGI is OK to have the spelling as an
EWGI would prefer a contextual keyword?
EWGI thinks the author should explore
Forward the P1144R5 + feedback given in the
[[weak consensus determined in the room @jfbastien to determine if it counts]] |
P1144R5 Object relocation in terms of move plus destroy (Arthur O'Dwyer) |
P1144R6 Object relocation in terms of move plus destroy (Arthur O'Dwyer) |
This paper was seen by EWGI with P2786 during the February 10th, 2023 evening session in Issaquah. The following polls were taken: Given the committee's limited bandwidth, EWGI believes the problem presented in P1144/P2786 is worth solving.
Result: Consensus EWGI believes the problem being introduced in P1144/P2786 should be solved in a more general way instead of as proposed.
Result: Not Consensus EWGI believes that the relocatable annotation in P1144R6 is acceptable as an attribute.
Result: Not Consensus EWGI believes that the relocatable annotation should just 'trust' the user as presented in P1144R6 (aka sharp knife) instead of be diagnosed, as in P2786R0 (aka 'dull knife').
Result: No obvious preference Inform the EWG chair that we believe P1144R6 is sufficiently ready to be presented in EWG.
Result: Not Consensus Inform the EWG chair that we believe P2786R0 is sufficiently ready to be presented in EWG.
Result: Weak Consensus The chair suggested working with the authors of P2786 to ensure a more unified set of options and pros/cons to EWG. This paper however, was decided as insufficiently ready for EWG. |
P1144R7 std::is_trivially_relocatable (Arthur O'Dwyer) |
P1144R8 std::is_trivially_relocatable (Arthur O'Dwyer) |
This is awesome. |
P1144R1 Object relocation in terms of move plus destroy (Arthur O'Dwyer)
The text was updated successfully, but these errors were encountered: