mirror of https://gitee.com/bigwinds/arangodb
fix implicit privacy of irs::sort::prepared_basic<tfidf::score_t, tfidf::idf> (#10058)
This commit is contained in:
parent
c7d6320898
commit
da4fb1e821
|
@ -284,7 +284,7 @@ struct norm_score_ctx final : public score_ctx {
|
||||||
irs::norm norm_;
|
irs::norm norm_;
|
||||||
}; // norm_score_ctx
|
}; // norm_score_ctx
|
||||||
|
|
||||||
class sort final: irs::sort::prepared_basic<tfidf::score_t, tfidf::idf> {
|
class sort final: public irs::sort::prepared_basic<tfidf::score_t, tfidf::idf> {
|
||||||
public:
|
public:
|
||||||
DEFINE_FACTORY_INLINE(prepared)
|
DEFINE_FACTORY_INLINE(prepared)
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
v3.5.1 (XXXX-XX-XX)
|
v3.5.1 (XXXX-XX-XX)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
* Fix compilation issue with clang 10.
|
||||||
|
|
||||||
* Fixed error message for error 1928 ("not in orphan") to "collection is
|
* Fixed error message for error 1928 ("not in orphan") to "collection is
|
||||||
not in list of orphan collections".
|
not in list of orphan collections".
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue