mirror of https://github.com/llvm-mirror/libcxx
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
------------------------------------------------------------------------ r259682 | dexonsmith | 2016-02-03 11:30:20 -0800 (Wed, 03 Feb 2016) | 7 lines re.results.form: Format out-of-range subexpression references as null Rather than crashing in match_results::format() when a reference to a marked subexpression is out of range, format the subexpression as empty (i.e., replace it with an empty string). Note that match_results::operator[]() has a range-check and returns a null match in this case, so this just re-uses that logic. ------------------------------------------------------------------------ git-svn-id: https://llvm.org/svn/llvm-project/libcxx/branches/release_38@260983 91177308-0d34-0410-b5e6-96231b3b80d8 |
10 years ago | |
|---|---|---|
| .. | ||
| algorithms | 10 years ago | |
| atomics | 10 years ago | |
| containers | 10 years ago | |
| depr | 10 years ago | |
| diagnostics | 10 years ago | |
| experimental | 10 years ago | |
| extensions | 11 years ago | |
| input.output | 10 years ago | |
| iterators | 10 years ago | |
| language.support | 10 years ago | |
| localization | 10 years ago | |
| numerics | 10 years ago | |
| re | 10 years ago | |
| strings | 10 years ago | |
| thread | 10 years ago | |
| utilities | 10 years ago | |
| nothing_to_do.pass.cpp | 11 years ago | |