We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 486651e commit f05b0d9Copy full SHA for f05b0d9
src/ifcparse/IfcEntityInstanceData.h
@@ -165,7 +165,7 @@ namespace IfcParse {
165
}
166
167
168
-#if IFOPSH_WITH_ROCKSDB
+#ifdef IFOPSH_WITH_ROCKSDB
169
170
namespace impl {
171
src/ifcparse/rocksdb_map_adapter.h
@@ -274,7 +274,7 @@ class rocksdb_map_adapter {
274
275
276
iterator& operator++() {
277
278
if (it_) {
279
it_->Next();
280
check_valid();
0 commit comments