Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2019
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. // foo.h
  2. template<typename T> extern T minBound;
  3.  
  4. // foo.cpp
  5. template<> int minBound<int> = 0x80000000;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement