The standard requires the following for the std::regex_constants::error_type values: "The type error_type is an implementation-defined enumerated type". The values of this enumerated type are not required to be non-zero. This patch makes such checks in tests libc++-specific to let the tests pass for other conforming implementations.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM