timedata-org / old-timedata

Time arts data - high-performance color processing in C++ and Python.
7 stars 3 forks source link

enum.h template code should be rejecting non-enums. #13

Closed rec closed 8 years ago

rec commented 8 years ago

For whatever reason, the template magic I had to do that meant it all failed to work, so I ripped it out.

I should put that back and figure out the issue in order to prevent these templates from accidentally matching the wrong thing some day, perhaps in someone else's codebase.