Explorar el Código

Initial comit

[SVN r10368]
Beman Dawes hace 25 años
padre
commit
7b86aa0736
Se han modificado 2 ficheros con 5 adiciones y 0 borrados
  1. 4 0
      .gitmodules
  2. 1 0
      libs/function

+ 4 - 0
.gitmodules

@@ -62,6 +62,10 @@
 	path = libs/static_assert
 	url = ../static_assert.git
 	fetchRecurseSubmodules = on-demand
+[submodule "function"]
+	path = libs/function
+	url = ../function.git
+	fetchRecurseSubmodules = on-demand
 [submodule "concept_check"]
 	path = libs/concept_check
 	url = ../concept_check.git

+ 1 - 0
libs/function

@@ -0,0 +1 @@
+Subproject commit 62db26b94da219566e62acc732b6229bc7652723

粤ICP备19079148号