[PATCH] D24686: [support] Some improvements to StringSwitch

Zachary Turner via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 16 16:29:25 PDT 2016


zturner added a comment.

Sadly, the variadic template idea died once I learned that a temporary is being created in the variadic function, and chained calls dont' work as a result.  I will go back to using multiple methods :(


https://reviews.llvm.org/D24686





More information about the llvm-commits mailing list