mirror of
https://github.com/dlang/phobos.git
synced 2025-04-27 21:51:40 +03:00
Mark the internal unicode code as package
This commit is contained in:
parent
e75831ab22
commit
0cb88c508d
5 changed files with 7 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
module std.internal.unicode_decomp;
|
||||
import std.internal.unicode_tables;
|
||||
|
||||
@safe pure nothrow @nogc:
|
||||
@safe pure nothrow @nogc package(std):
|
||||
|
||||
static if (size_t.sizeof == 8)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue