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.
2 parents 3db981e + 8f68bb8 commit c7a1665Copy full SHA for c7a1665
tips/circular_buffer.md
@@ -309,7 +309,7 @@ int main()
309
// --------------------------------------------------------------------------
310
// 循環バッファのメモリアドレスイメージ
311
// ___ ___ ___ ___ ___
312
- // |_H_|_G_|_F_|_E_|_G_|
+ // |_H_|_G_|_F_|_E_|_D_|
313
314
std::for_each( c_buf.begin(), c_buf.end(), ( std::cout << _1 << ' ' ));
315
std::cout << std::endl;
0 commit comments