Skip to content

Commit fe3deaa

Browse files
committed
fix
1 parent 5b43413 commit fe3deaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ut/sparse_ut.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ TEST_F(SparseCase, FixedString_Load) {
181181

182182
checkSerializationKind();
183183

184-
auto rpad = [](const std::string& val) {
184+
auto rpad = [&](const std::string& val) {
185185
std::string res = val;
186186
res.append(std::string(FixedStringSize - res.size(), '\0'));
187187
return res;

0 commit comments

Comments
 (0)