79545589

Date: 2025-03-31 06:18:22
Score: 2.5
Natty:
Report link

Why is it possible to compile the class definition?

-> Because compiler do not check for ambiguous calls during function declaration.

Why is there no error?

-> Same, compiler considers these two generators to be different.

Why is there not at least a warning? There is not even anything with -Wall.

-> Default arguments are not taken into account when determining function overloading.

Reasons:
  • Blacklisted phrase (1): is it possible to
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Why is it
  • Low reputation (1):
Posted by: vkdl