underpin icon indicating copy to clipboard operation
underpin copied to clipboard

Template Trait cannot be used on classes that also have a non-static subject trait

Open alexstandiford opened this issue 2 years ago • 0 comments

This is because With_Static_Subject and With_Subject each have methods that are named identically. This causes these methods to be overridden by one, or the other, and cause unexpected behavior.

The only obvious solution is to change the name of the methods in either With_Static_Subject or With_Subject to make it possible to have both in a single class.

alexstandiford avatar Dec 17 '21 11:12 alexstandiford