This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxx.
from 45e6925 [libcxx] [test] D26314: Fix MSVC warning C4189 "local variabl [...] new db7fa11 Fixes for LWG 2598, 2686, 2739, 2742, 2747, and 2759, which w [...]
The 1 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/algorithm | 2 +- include/chrono | 3 +- include/memory | 3 +- include/numeric | 4 + include/string | 20 +++ include/string_view | 5 +- include/system_error | 12 ++ include/type_traits | 4 + ...rror_code.pass.cpp => error_condition.pass.cpp} | 2 +- ...d.not_integral1.fail.cpp => gcd.bool1.fail.cpp} | 5 +- ...d.not_integral1.fail.cpp => gcd.bool2.fail.cpp} | 5 +- ...d.not_integral1.fail.cpp => gcd.bool3.fail.cpp} | 5 +- ...d.not_integral1.fail.cpp => gcd.bool4.fail.cpp} | 5 +- .../numeric.ops.gcd/gcd.not_integral1.fail.cpp | 3 +- .../numeric.ops.gcd/gcd.not_integral2.fail.cpp | 3 +- ...m.not_integral2.fail.cpp => lcm.bool1.fail.cpp} | 5 +- ...m.not_integral2.fail.cpp => lcm.bool2.fail.cpp} | 5 +- ...m.not_integral2.fail.cpp => lcm.bool3.fail.cpp} | 5 +- ...m.not_integral2.fail.cpp => lcm.bool4.fail.cpp} | 5 +- .../numeric.ops.lcm/lcm.not_integral1.fail.cpp | 3 +- .../numeric.ops.lcm/lcm.not_integral2.fail.cpp | 3 +- .../basic.string/string.cons/T_size_size.pass.cpp | 166 +++++++++++++++++++++ .../specialized.addressof/addressof.temp.fail.cpp} | 7 +- .../time.point.nonmember/op_-duration.pass.cpp | 13 ++ www/cxx1z_status.html | 12 +- 25 files changed, 267 insertions(+), 38 deletions(-) copy test/std/diagnostics/syserr/syserr.hash/{error_code.pass.cpp => error_conditi [...] copy test/std/numerics/numeric.ops/numeric.ops.gcd/{gcd.not_integral1.fail.cpp => [...] copy test/std/numerics/numeric.ops/numeric.ops.gcd/{gcd.not_integral1.fail.cpp => [...] copy test/std/numerics/numeric.ops/numeric.ops.gcd/{gcd.not_integral1.fail.cpp => [...] copy test/std/numerics/numeric.ops/numeric.ops.gcd/{gcd.not_integral1.fail.cpp => [...] copy test/std/numerics/numeric.ops/numeric.ops.lcm/{lcm.not_integral2.fail.cpp => [...] copy test/std/numerics/numeric.ops/numeric.ops.lcm/{lcm.not_integral2.fail.cpp => [...] copy test/std/numerics/numeric.ops/numeric.ops.lcm/{lcm.not_integral2.fail.cpp => [...] copy test/std/numerics/numeric.ops/numeric.ops.lcm/{lcm.not_integral2.fail.cpp => [...] create mode 100644 test/std/strings/basic.string/string.cons/T_size_size.pass.cpp copy test/std/utilities/memory/{unique.ptr/unique.ptr.runtime/unique.ptr.runtime.o [...]