phate / jlm

GNU Lesser General Public License v2.1
44 stars 14 forks source link

Rework bitstring comparison ops using templates instead of macros #500

Closed caleridas closed 4 weeks ago

caleridas commented 4 weeks ago

Remove all code generation macros for instantiating bitstring comparison operation classes. Replace this with normal C++ template classes.

caleridas commented 4 weeks ago

Same as for the computation ops, somehow forgot that comparison ops exist...