Partially clean warnings.cmake#84263
Conversation
|
Workflow [PR], commit [4d1b554] Summary: ❌
|
alexey-milovidov
left a comment
There was a problem hiding this comment.
Ok, but I don't understand why we have to give up template arguments inference from constructors.
This one is kind of controversial because there are use cases where it's obvious and others where it's not. I've enabled a few cases by allowing it explicitly or by declaring the deduction manually but there are multiple cases where it wasn't obvious at all and in those cases I preferred to look into it and declare them explicitly. There are a some sources about pifalls when using CTAD:
|
|
Looking at the failure of The dictionary has only loaded 997k rows instead of the expected 1M: Where did the missing The previous dictionary, Which means the issue should be somewhere around the sharding. It does not reproduce locally but I'm having a look to see if it has happened before or I can reproduce it somehow |
Changelog category (leave one):
Changelog entry (a user-readable short description of the changes that goes into CHANGELOG.md):
Partially clean warnings.cmake
References #76944
Documentation entry for user-facing changes