79073053

Date: 2024-10-10 06:53:57
Score: 0.5
Natty:
Report link

case need to be compile time constant, while pointers are (most of the times) determined in link time (in case of globals) or runtime (in case of stack/heap). hence it make sense that switch won't support pointer.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: arye