Skip to content

Instantly share code, notes, and snippets.

@stryku
Last active March 26, 2017 18:40
Show Gist options
  • Save stryku/475219d0fb2bf1a27fd7aa45d054c621 to your computer and use it in GitHub Desktop.
Save stryku/475219d0fb2bf1a27fd7aa45d054c621 to your computer and use it in GitHub Desktop.
template <typename sign_str, typename current_string>
struct string_from_int_impl<0, sign_str, true, current_string>
{
using type = string_merge<sign_str, current_string>;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment