79337346

Date: 2025-01-07 21:15:10
Score: 2
Natty:
Report link

It looks like the issue was with the friend declaration in the Foo class. FRIEND_TEST(utFooFixture, FooStartsAndClosesProcess) expansion declares:

friend class utFooFixture_FooStartsAndClosesProcess_Test;

But utFooFixture is the class that needs to be declared as a friend.

9_Inacc

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: MTV