79127775

Date: 2024-10-26 03:41:22
Score: 1
Natty:
Report link

In InternalPartition.cpp (that should be .ixx I guess), you must export your partition, and export the definiton of Internal, so when MyLibrary.cpp import it, it has access to the exported class.

export module MyLibrary:InternalPartition;
...
export class Internal
...
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Dumii