Skip to content

Instantly share code, notes, and snippets.

@njlr
Created September 7, 2017 10:40
Show Gist options
  • Save njlr/9f86641b0d23d250f55b42f0a35d5e22 to your computer and use it in GitHub Desktop.
Save njlr/9f86641b0d23d250f55b42f0a35d5e22 to your computer and use it in GitHub Desktop.
struct Person {
  std::string firstName; // No need for const here! 
  std::string lastName;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment