Skip to content

Commit bc1bde8

Browse files
committed
mark API as @trusted
1 parent 990360e commit bc1bde8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

dub.sdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ copyright "Copyright © 2017-2018, Symmetry Investments & Kaleidic Associates"
55
license "BSL-1.0"
66

77
dependency "lapack" version="~>0.0.6"
8-
dependency "mir-blas" version=">=1.0.0-beta2 <2.0.0"
8+
dependency "mir-blas" version=">=1.1.3 <2.0.0"
99

1010
configuration "library" {
1111
subConfiguration "mir-blas" "library"

source/mir/lapack.d

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ private enum Error {
2222
squareM = "The matrix must be square"
2323
};
2424

25+
@trusted pure nothrow @nogc:
26+
2527
/// `getri` work space query.
2628
size_t getri_wq(T)(Slice!(T*, 2, Canonical) a)
2729
{

0 commit comments

Comments
 (0)