need to cast m_tDocId to uint64_t for comparsion? #3098
-
Beta Was this translation helpful? Give feedback.
Answered by
sanikolaev
Feb 18, 2025
Replies: 1 comment
-
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:
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. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jmpleo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
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.