Browse Source

adds function_types implementation

[SVN r36954]
Tobias Schwinger 19 năm trước cách đây
mục cha
commit
4e2acc5e7d
2 tập tin đã thay đổi với 5 bổ sung0 xóa
  1. 4 0
      .gitmodules
  2. 1 0
      libs/function_types

+ 4 - 0
.gitmodules

@@ -282,6 +282,10 @@
 	path = libs/parameter
 	path = libs/parameter
 	url = ../parameter.git
 	url = ../parameter.git
 	fetchRecurseSubmodules = on-demand
 	fetchRecurseSubmodules = on-demand
+[submodule "function_types"]
+	path = libs/function_types
+	url = ../function_types.git
+	fetchRecurseSubmodules = on-demand
 [submodule "litre"]
 [submodule "litre"]
 	path = tools/litre
 	path = tools/litre
 	url = ../litre.git
 	url = ../litre.git

+ 1 - 0
libs/function_types

@@ -0,0 +1 @@
+Subproject commit 8e1489a8dfaa006b9fa8ede4e7fb5e8b0c4743cc

粤ICP备19079148号