Closed JamesYang007 closed 4 years ago
There are many uses of CRTP such as ADExpression that can be simplified and made more robust using self-implemented Concepts.
Types to consider:
There are meta-programming tools such as is_glue_eq, glue_size that should be changed/moved.
is_glue_eq
glue_size
Actually, CRTP is probably the cleanest way to ensure interface.
There are many uses of CRTP such as ADExpression that can be simplified and made more robust using self-implemented Concepts.
Types to consider:
There are meta-programming tools such as
is_glue_eq
,glue_size
that should be changed/moved.