79166982

Date: 2024-11-07 14:57:30
Score: 1
Natty:
Report link

Solved in comments. If anyone else is struggling, the issue is that class inheritance is private by default and needs to be made explicitly public. So in this case:

class TypecodeDetail : ElementDetail

should have been

class TypecodeDetail : public ElementDetail
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Smoggie Tom