https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85889
--- Comment #17 from Jonathan Wakely <redi at gcc dot gnu.org> --- (In reply to Ville Voutilainen from comment #5) > And the papers that changed this are > https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p1091r3.html and > https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p1381r1.html These were approved in Feb 2019 Kona meeting, but not as DRs: Move to apply the changes in P1091R3 (Extending structured bindings to be more like variable declarations) to the C++ working paper. [Note that this paper is modified by the next motion.] Move to apply the changes in P1381R1 (Reference capture of structured bindings) to the C++ working paper. [Note that this paper assumes that the preceding motion passes.] It's a little surprising that these weren't DRs if they were supposed to fix problems introduced by P0588R1, which was a DR.