This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxx.
from 5fb1e0a Cleanup SFINAE in tuple, and add tests for reference assignment new 22c3e76 Rewrite std::get<Type>(...) helper using constexpr functions. new 6b7a871 Remove workarounds for C++17 inline variable ABI break. It ha [...]
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/tuple | 56 +++++++++++----------- src/chrono.cpp | 7 --- src/experimental/filesystem/path.cpp | 4 -- .../tuple.tuple/tuple.elem/tuple.by.type.fail.cpp | 35 ++++++++++++++ .../tuple.tuple/tuple.elem/tuple.by.type1.fail.cpp | 23 --------- .../tuple.tuple/tuple.elem/tuple.by.type2.fail.cpp | 23 --------- .../tuple.tuple/tuple.elem/tuple.by.type3.fail.cpp | 23 --------- .../tuple.tuple/tuple.elem/tuple.by.type4.fail.cpp | 23 --------- 8 files changed, 63 insertions(+), 131 deletions(-) create mode 100644 test/std/utilities/tuple/tuple.tuple/tuple.elem/tuple.by.type.fail.cpp delete mode 100644 test/std/utilities/tuple/tuple.tuple/tuple.elem/tuple.by.type1. [...] delete mode 100644 test/std/utilities/tuple/tuple.tuple/tuple.elem/tuple.by.type2. [...] delete mode 100644 test/std/utilities/tuple/tuple.tuple/tuple.elem/tuple.by.type3. [...] delete mode 100644 test/std/utilities/tuple/tuple.tuple/tuple.elem/tuple.by.type4. [...]