Advertisement
tinyevil

Untitled

Feb 22nd, 2019
307
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.10 KB | None | 0 0
  1. namespace foo {
  2.     using std::max;
  3. }
  4.  
  5. namespace foo {
  6.     // do you expect max to be available here?
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement