We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6427907 commit 67fb764Copy full SHA for 67fb764
README.md
@@ -61,7 +61,7 @@ int main()
61
}) |
62
as_dynamic();
63
64
- tap([](vector<uint8_t>& v){
+ tap([](const vector<uint8_t>& v){
65
// print input packet of bytes
66
copy(v.begin(), v.end(), ostream_iterator<long>(cout, " "));
67
cout << endl;
0 commit comments