dfrvfmst

Results 1 issues of dfrvfmst

In both [ES.48: Avoid casts](https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#es48-avoid-casts) and [Pro.safety: Type-safety profile](https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#prosafety-type-safety-profile) I see no mention regarding the danger of (implicitly or explicitly) casting from/to void pointer. Since it strips type info away,...