Skip to content

Commit 73b062d

Browse files
committed
Drop declaration of missing operator
1 parent 8bc7d25 commit 73b062d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

hdr/sqlite_modern_cpp.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -306,8 +306,6 @@ namespace sqlite {
306306
return *this;
307307
}
308308

309-
// Not well-defined
310-
row_iterator operator++(int);
311309
friend inline bool operator ==(const row_iterator &a, const row_iterator &b) {
312310
return a._binder == b._binder;
313311
}

0 commit comments

Comments
 (0)