Arkadiy Vertleyb 21 лет назад
Родитель
Сommit
59f188188e
2 измененных файлов с 5 добавлено и 0 удалено
  1. 4 0
      .gitmodules
  2. 1 0
      libs/typeof

+ 4 - 0
.gitmodules

@@ -246,6 +246,10 @@
 	path = libs/algorithm
 	path = libs/algorithm
 	url = ../algorithm.git
 	url = ../algorithm.git
 	fetchRecurseSubmodules = on-demand
 	fetchRecurseSubmodules = on-demand
+[submodule "typeof"]
+	path = libs/typeof
+	url = ../typeof.git
+	fetchRecurseSubmodules = on-demand
 [submodule "ptr_container"]
 [submodule "ptr_container"]
 	path = libs/ptr_container
 	path = libs/ptr_container
 	url = ../ptr_container.git
 	url = ../ptr_container.git

+ 1 - 0
libs/typeof

@@ -0,0 +1 @@
+Subproject commit 08c09b86b3217d1840389376c614fec13c63451a

粤ICP备19079148号