Advertisement
Guest User

Untitled

a guest
Feb 26th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. template <typename sign_str, typename current_string>
  2. struct string_from_int_impl<0, true, sign_str, current_string>
  3. {
  4. using type = string_merge<sign_str, current_string>;
  5. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement