mirror of
https://github.com/dlang/phobos.git
synced 2025-04-28 14:10:30 +03:00
merge r387:397 from candidate to trunk
-- new module std.contracts -- migrate callers to it where appropriate
This commit is contained in:
parent
9fa812d984
commit
a9bc53273c
27 changed files with 736 additions and 443 deletions
|
@ -3,7 +3,7 @@
|
|||
module std.array;
|
||||
|
||||
private import std.c.stdio;
|
||||
import std.conv;
|
||||
import std.contracts;
|
||||
|
||||
class ArrayBoundsError : Error
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue