2

With C++11, fell in love with std::enable_if and others in type_traits.

Lets you take generic programming to a whole new level. I never used it when this was part of boost thinking it didn't make as much sense. Now, I like to qualify my template definitions to be as restrictive as possible based on the expected usage.

Comments
Add Comment