Rule 3-2-3 and friend Declarations
Posted: Thu Sep 30, 2010 5:28 pm
Am I correct in presuming rule 3-2-3 does not apply to friend declarations? For example, if I declare a class type in a header file, am I permitted to declare that class as a friend of another type in a different file?