mirror of
https://github.com/status-im/nim-rocksdb.git
synced 2025-02-19 18:38:15 +00:00
Nim-1.6 fix (#27)
This commit is contained in:
parent
6aab1e0dd6
commit
6f55b371e2
@ -50,7 +50,7 @@ proc shouldUseNativeLinking(): bool {.compileTime.} =
|
|||||||
|
|
||||||
template rocksType(T) =
|
template rocksType(T) =
|
||||||
type T* = distinct pointer
|
type T* = distinct pointer
|
||||||
proc isNil*(v: T): bool {.borrow.}
|
proc isNil*(v: T): bool {.borrow, gcsafe.}
|
||||||
|
|
||||||
rocksType rocksdb_t
|
rocksType rocksdb_t
|
||||||
rocksType rocksdb_backup_engine_t
|
rocksType rocksdb_backup_engine_t
|
||||||
|
Loading…
x
Reference in New Issue
Block a user