You must be registered to post a reply.Click here to register.
class Constraints{ friend bool Do() { return true; } };
friend bool Constraints::Do() { return true; }