gusibsd

Untitled

Mar 25th, 2014
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. -#if HAVE_CXX11
  2. - #include <functional>
  3. - using std::hash;
  4. -#else
  5. - #include <tr1/functional>
  6. - using std::tr1::hash;
  7. -#endif
  8. +#include <functional>
  9. +using std::hash;
Advertisement
Add Comment
Please, Sign In to add comment