Merge pull request #2020 from DmitryOlshansky/utf-matcher

UTF matchers in std.uni
This commit is contained in:
Martin Nowak 2014-04-23 12:16:52 +02:00
commit 3e06a3bca2
3 changed files with 926 additions and 31 deletions

File diff suppressed because one or more lines are too long

View file

@ -3504,7 +3504,7 @@ unittest
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)
{

943
std/uni.d

File diff suppressed because it is too large Load diff