Skip to content

Instantly share code, notes, and snippets.

@thiagomg
Created April 28, 2015 00:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thiagomg/305ce93dba32933f076d to your computer and use it in GitHub Desktop.
Save thiagomg/305ce93dba32933f076d to your computer and use it in GitHub Desktop.
vector<TestCopy<>> tm;
tm.push_back(TestCopy<>(99)); //[CONSTR 2:99]
//[MOVE]
tm[0].ts(); //99===============
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment