mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-20 15:08:51 +00:00
if -> ifdef #7174
This commit is contained in:
@@ -165,7 +165,7 @@ namespace IfcParse {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#if IFOPSH_WITH_ROCKSDB
|
#ifdef IFOPSH_WITH_ROCKSDB
|
||||||
|
|
||||||
namespace impl {
|
namespace impl {
|
||||||
|
|
||||||
|
|||||||
@@ -274,7 +274,7 @@ public:
|
|||||||
}
|
}
|
||||||
|
|
||||||
iterator& operator++() {
|
iterator& operator++() {
|
||||||
#if IFOPSH_WITH_ROCKSDB
|
#ifdef IFOPSH_WITH_ROCKSDB
|
||||||
if (it_) {
|
if (it_) {
|
||||||
it_->Next();
|
it_->Next();
|
||||||
check_valid();
|
check_valid();
|
||||||
|
|||||||
Reference in New Issue
Block a user