Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- class best_class {
- };
- template <> struct is_good<best_class>
- {
- static const bool value = true;
- };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement