jdeans289 / icg2

Interface Code Generator 2: Electric Boogaloo
Other
0 stars 2 forks source link

Rework primitive types #13

Closed jdeans289 closed 1 year ago

jdeans289 commented 1 year ago

Move the PrimitiveType template into a templated subclass, SpecifiedPrimitiveType, to allow for more flexible visitors.

Closes #11