May 10, 2014 [phobos] [D-Programming-Language/phobos] 6daa57: WorkAround 12661: To make SortedRange#this() nothr... | ||||
---|---|---|---|---|
| ||||
Attachments:
| Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: 6daa57a261a1b5885a70de731ccb75bd556a1631 https://github.com/D-Programming-Language/phobos/commit/6daa57a261a1b5885a70de731ccb75bd556a1631 Author: qchikara <jiki@red.email.ne.jp> Date: 2014-05-06 (Tue, 06 May 2014) Changed paths: M std/range.d Log Message: ----------- WorkAround 12661: To make SortedRange#this() nothrow Debug statements prevent this function from nothrow. So I take them out of the function body and put them into the postcontract which has another context. Commit: d2f2d34d52f89dc9854069b13f52523965a7107e https://github.com/D-Programming-Language/phobos/commit/d2f2d34d52f89dc9854069b13f52523965a7107e Author: Dmitry Olshansky <dmitry.olsh@gmail.com> Date: 2014-05-10 (Sat, 10 May 2014) Changed paths: M std/range.d Log Message: ----------- Merge pull request #2148 from qchikara/WA12661 FIX 12661: [REG2.066a] std.regex with -debug causes linker errors Compare: https://github.com/D-Programming-Language/phobos/compare/254290daf77d...d2f2d34d52f8 |
Copyright © 1999-2021 by the D Language Foundation