Skip to content

Commit e025ac5

Browse files
committed
Fixed a review comment
1 parent 4100b90 commit e025ac5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/formats/columnstore2.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ class column final : public irs::column_output {
103103
return true;
104104
}
105105

106-
bool pop_back() {
106+
bool pop_back() noexcept {
107107
IRS_ASSERT(offsets_ < offset_);
108108
if (!(offsets_ < offset_))
109109
return false;

0 commit comments

Comments
 (0)