This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxx.
from 7dc2fa3 [libc++] Remove math_win32.h new db86684 Implement is_error_code_v and is_error_condition_v for c++17. [...]
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/system_error | 16 +++++++ .../diagnostics/syserr/is_error_code_enum.pass.cpp | 51 ++++++++++++++++++++++ .../syserr/is_error_condition_enum.pass.cpp | 51 ++++++++++++++++++++++ .../is_error_code_enum_io_errc.pass.cpp} | 18 +++----- .../is_error_code_enum_future_errc.pass.cpp | 6 ++- 5 files changed, 130 insertions(+), 12 deletions(-) create mode 100644 test/std/diagnostics/syserr/is_error_code_enum.pass.cpp create mode 100644 test/std/diagnostics/syserr/is_error_condition_enum.pass.cpp copy test/std/{depr/depr.ios.members/streampos.pass.cpp => input.output/iostreams. [...]