Skip to content

Files

Latest commit

 

History

History
7 lines (4 loc) · 162 Bytes

runtime-casting.md

File metadata and controls

7 lines (4 loc) · 162 Bytes

Pattern: Taking an address of a cast

Issue: -

Description

This is dangerous: could be a temp var. Take the address before doing the cast, rather than after.