Skip to content

Commit

Permalink
💡 update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
orca-zhang authored Apr 16, 2019
1 parent e2daefd commit 7b41a5c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ int main()
skills.resize(2);
skills[0] = "C++";
skills[1] = "golang";
skills[2] = "python";

// Use JSON_MOVE to gain perf-opt benefits under C++11 if available.
skills.push_back(JSON_MOVE(string("python")));
Expand Down

0 comments on commit 7b41a5c

Please sign in to comment.