Skip to content

Commit 65544ca

Browse files
committed
Make execute inline
1 parent 73b062d commit 65544ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hdr/sqlite_modern_cpp.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ namespace sqlite {
360360
throw errors::more_rows("not all rows extracted", binder.sql(), SQLITE_ROW);
361361
}
362362
}
363-
void database_binder::execute() {
363+
inline void database_binder::execute() {
364364
for(auto &&row : *this)
365365
(void)row;
366366
}

0 commit comments

Comments
 (0)