瀏覽代碼

Tutorial: Restore TODO 4 comment in step 7

Restore a comment added by commit f9ef15f3dc (Tutorial: Update step 7
style, 2022-10-07, v3.26.0-rc1~482^2) that was accidentally removed by
commit 8ddf32196c (Tutorial: Refactor MathFunctions code, 2023-02-10,
v3.27.0-rc1~441^2).
Brice Decaestecker 11 月之前
父節點
當前提交
dccf2bdb75
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Help/guide/tutorial/Step7/MathFunctions/mysqrt.cxx

+ 1 - 0
Help/guide/tutorial/Step7/MathFunctions/mysqrt.cxx

@@ -1,5 +1,6 @@
 #include "mysqrt.h"
 #include "mysqrt.h"
 
 
+// TODO 4: include cmath
 #include <iostream>
 #include <iostream>
 
 
 namespace mathfunctions {
 namespace mathfunctions {