summaryrefslogtreecommitdiffstats
path: root/test/CXX/dcl.decl/dcl.decomp
Commit message (Expand)AuthorAgeFilesLines
* P0969R0: allow structured binding of accessible members, not only public memb...Richard Smith2018-09-251-5/+46
* [Sema] P0961R1: Relaxing the structured bindings customization point finding ...Erik Pilkington2018-08-091-6/+71
* [c++1z] P0217R3: Allow by-value structured binding of arrays.Richard Smith2016-12-141-3/+14
* [c++1z] P0490R0, NB comment GB 20: if std::tuple_size<T> is complete, use theRichard Smith2016-12-081-1/+1
* [C++1z] Fix crash when decomposing structs with anonymous members.Benjamin Kramer2016-08-121-0/+19
* P0217R3: Constant expression evaluation for decomposition declarations.Richard Smith2016-08-123-3/+41
* P0217R3: Perform semantic checks and initialization for the bindings in aRichard Smith2016-08-113-0/+398