DPL Analysis: avoid calculating indexing columns#13883
Conversation
|
REQUEST FOR PRODUCTION RELEASES: This will add The following labels are available |
|
@aalkin are you working on something overlapping? |
| [this]<typename T>(T*) -> void {}, | ||
| }; | ||
| (f(static_cast<C*>(nullptr)), ...); | ||
| if constexpr (has_index_v) { |
There was a problem hiding this comment.
Actually we should probably move the part above to some "preBind" function with constraints on the type T.
All we need to know is that there is at least one for the constrain to apply.
|
Tested separately on macOS. Merging. |
All we need to know is that there is at least one for the
constrain to apply.