Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upUse template specializations to avoid shift warnings. #16
Conversation
|
It feels weird having to define these template specializations even though they will never be called. I tried to get rid of the compiler warnings using tag dispatch on |
|
BTW, since we know that these four template specializations will never be called, can you please add |
May (or may not) address the segfault observed in #15.