Guest User

Untitled

a guest
Jun 22nd, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.06 KB | None | 0 0
  1. namespace A
  2. {
  3. class MyT{};
  4. }
  5.  
  6. namespace B
  7. {
  8. using A::MyT;
  9. }
Add Comment
Please, Sign In to add comment