aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2024-04-26 11:54:51 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2024-04-26 11:54:51 +0000
commit87aa35392382a871a643248cb3d6efd05e2c4f4b (patch)
treeabd80c811bbcea1f2af2bd532f9a52b551c974cc
parent8d8652b28eee50cc7c26dc12f8de1d4e474720ee (diff)
Use no_unique_address for potential stateless scorers
-rw-r--r--searchlib/src/tests/queryeval/weak_and/rise_wand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchlib/src/tests/queryeval/weak_and/rise_wand.h b/searchlib/src/tests/queryeval/weak_and/rise_wand.h
index fc060f7c469..4c7be54a6f0 100644
--- a/searchlib/src/tests/queryeval/weak_and/rise_wand.h
+++ b/searchlib/src/tests/queryeval/weak_and/rise_wand.h
@@ -74,7 +74,7 @@ private:
// comparator that compares two streams
StreamComparator _streamComparator;
- Scorer _scorer;
+ [[no_unique_address]] Scorer _scorer;
//-------------------------------------------------------------------------
// variables used for scoring and pruning