Commit 4e6b8d9 1 parent e1bfd92 commit 4e6b8d9 Copy full SHA for 4e6b8d9
File tree 2 files changed +12
-6
lines changed
2 files changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -55,9 +55,9 @@ foreach(source IN LISTS sources)
55
55
target_include_directories (${name} PRIVATE include )
56
56
endforeach ()
57
57
58
- file (GLOB subdirs CONFIGURE_DEPENDS "examples/*/CMakeLists.txt" )
59
- foreach (subdir IN LISTS subdirs)
60
- get_filename_component (name ${subdir} DIRECTORY )
61
- get_filename_component (name ${name} NAME )
62
- add_subdirectory (${name} )
63
- endforeach ()
58
+ # file(GLOB subdirs CONFIGURE_DEPENDS "examples/*/CMakeLists.txt")
59
+ # foreach(subdir IN LISTS subdirs)
60
+ # get_filename_component(name ${subdir} DIRECTORY)
61
+ # get_filename_component(name ${name} NAME)
62
+ # add_subdirectory(${name})
63
+ # endforeach()
Original file line number Diff line number Diff line change @@ -1732,3 +1732,9 @@ struct Class {
1732
1732
```
1733
1733
1734
1734
### 函数指针是 C 语言陋习,改掉
1735
+
1736
+ ## 在 STL 算法模板库中的应用
1737
+
1738
+ ### 标准库自带的运算符仿函数
1739
+
1740
+ TODO:` std::less `
You can’t perform that action at this time.
0 commit comments