Tagged Questions
3
votes
3answers
2k views
Using SFINAE to detect POD-ness of a type in C++
The original title here was
Workaround for SFINAE bug in VS2005 C++
This is tentative use of SFINAE to make the equivalent for the is_pod template class that exists in TR1 (In VS2005 there's no TR1 ...