8000 fix unintentional implicit privacy (#10072) · archerli/arangodb@8c1fe6e · GitHub
[go: up one dir, main page]

Skip to content

Commit 8c1fe6e

Browse files
kvahedneunhoef
authored andcommitted
fix unintentional implicit privacy (arangodb#10072)
1 parent 4f2e1d4 commit 8c1fe6e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

3rdParty/iresearch/core/search/tfidf.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ struct norm_score_ctx final : public score_ctx {
284284
irs::norm norm_;
285285
}; // norm_score_ctx
286286

287-
class sort final: irs::sort::prepared_basic<tfidf::score_t, tfidf::idf> {
287+
class sort final: public irs::sort::prepared_basic<tfidf::score_t, tfidf::idf> {
288288
public:
289289
DEFINE_FACTORY_INLINE(prepared)
290290

CHANGELOG

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
devel
22
-----
33

4+
* Fix compilation issue with clang 10
5+
46
* Fixed issue #10062: AQL: Could not extract custom attribute.
57

68
* Add ReplicationFactor, MinReplicationFactor and sharding strategy to database creation

0 commit comments

Comments
 (0)
0