Skip to content

Instantly share code, notes, and snippets.

@yifu
Created September 18, 2012 15:10
Show Gist options
  • Save yifu/3743663 to your computer and use it in GitHub Desktop.
Save yifu/3743663 to your computer and use it in GitHub Desktop.
#include <string>
#include <cstring>
int main()
{
// const std::string test (0/*NULL*/);
const std::string test (0/*NULL*/, std::strlen(0));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment