Can a module partition implementation unit exist without its corresponding interface unit?
The C++ reference gives an example of a module partition implementation unit (A-C.cpp) being used without having to define a interface unit alongside it:
Can you have a module partition implementation unit without its corresponding interface unit?
The C++ reference gives an example of a module partition implementation unit (A-C.cpp) being used without having to define a interface unit alongside it: