mirror of
https://github.com/dlang/phobos.git
synced 2025-04-29 14:40:30 +03:00
Merge pull request #2020 from DmitryOlshansky/utf-matcher
UTF matchers in std.uni
This commit is contained in:
commit
3e06a3bca2
3 changed files with 926 additions and 31 deletions
File diff suppressed because one or more lines are too long
|
@ -3504,7 +3504,7 @@ unittest
|
||||||
static assert(is(DerivedFunctionType!(F17, F18) == void));
|
static assert(is(DerivedFunctionType!(F17, F18) == void));
|
||||||
}
|
}
|
||||||
|
|
||||||
private template staticIota(int beg, int end)
|
package template staticIota(int beg, int end)
|
||||||
{
|
{
|
||||||
static if (beg + 1 >= end)
|
static if (beg + 1 >= end)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue