Advertisement
Guest User

Nullable range + array error

a guest
Feb 21st, 2013
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.59 KB | None | 0 0
  1. object.Exception@/usr/include/dmd/phobos/std/typecons.d(1181): Enforcement failed
  2. ----------------
  3. ./test_nullable(pure @safe bool std.exception.enforce!(bool).enforce(bool, lazy const(char)[], immutable(char)[], ulong)+0x65) [0x41882d]
  4. ./test_nullable(std.typecons.Nullable!(int).Nullable.getinout(pure ref @property @safe inout(int) function())+0x89) [0x418759]
  5. ./test_nullable(std.typecons.Nullable!(int).Nullable* std.conv.emplace!(std.typecons.Nullable!(int).Nullable, std.typecons.Nullable!(int).Nullable).emplace(std.typecons.Nullable!(int).Nullable*, ref std.typecons.Nullable!(int).Nullable)+0x21) [0x419039]
  6. ./test_nullable(_D3std5array62__T5arrayTSmain34__T9MapResultS14main9__lambda2TAiZ9MapResultZ5arrayFSmain34__T9MapResultS14main9__lambda2TAiZ9MapResultZAS3std8typecons15__T8NullableTiZ8Nullable+0x7a) [0x418fbe]
  7. ./test_nullable(_Dmain+0x61) [0x418671]
  8. ./test_nullable(extern (C) int rt.dmain2._d_run_main(int, char**, extern (C) int function(char[][])*).void runMain()+0x18) [0x41a544]
  9. ./test_nullable(extern (C) int rt.dmain2._d_run_main(int, char**, extern (C) int function(char[][])*).void tryExec(scope void delegate())+0x2a) [0x41a082]
  10. ./test_nullable(extern (C) int rt.dmain2._d_run_main(int, char**, extern (C) int function(char[][])*).void runAll()+0x3b) [0x41a58b]
  11. ./test_nullable(extern (C) int rt.dmain2._d_run_main(int, char**, extern (C) int function(char[][])*).void tryExec(scope void delegate())+0x2a) [0x41a082]
  12. ./test_nullable(_d_run_main+0x1a8) [0x41a03c]
  13. ./test_nullable(main+0x17) [0x419e8f]
  14. /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xed) [0x7f3c997be76d]
  15. ----------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement