Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.08 KB | None | 0 0
  1. template<class A>
  2. class AT
  3. {
  4.     AT();
  5. };
  6.  
  7. template<class B>
  8. AT<B>::AT()
  9. {}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement