I was reading this post:
https://www.fluentcpp.com/2017/05/19/crtp-helper/
And I noticed that most likely this cast is not needed.
Unless it is needed by some compiler versions.
I tested it with:
cmake --build . --target check-mlir
Differential D121555
[NFC] Remove unnecessary cast. antonio-cortes-perez on Mar 13 2022, 11:00 AM. Authored by
Details
I was reading this post: And I noticed that most likely this cast is not needed.
Diff Detail
Event TimelineComment Actions Looks good. (I was OOO, sorry for the delay)
Comment Actions [NFC] Remove unnecessary casts. + Applied suggestion of removing additional cast.
|
We could probably just do: