Skip to content
Discussion options

You must be logged in to vote

Hi @jmpleo. If this is an attempt to solve issue #3090, the dev team informed me that it won't work. That issue is much more complex.

Regarding the question about:

  	return ( a.m_tDocID < b.m_tDocID || ( a.m_tDocID == b.m_tDocID && a.m_iDocIndex < b.m_iDocIndex ) );

It depends on the context. In general, casting is not required here. However, if you come across a case where casting is necessary, please let us know.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jmpleo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #3097 on February 18, 2025 14:56.