diff --git a/from_goto_to_std-transform.md b/from_goto_to_std-transform.md index 1bbaa71..bfa8a66 100644 --- a/from_goto_to_std-transform.md +++ b/from_goto_to_std-transform.md @@ -139,7 +139,6 @@ vector squareVec6(const vector& v) }); } ``` -Even though `transformCont` now uses this now uses a range-based ## Performance "But I have to use the hand written for loop for better performance!" - Nope, you do not have to.