Explorar el Código

BOOST_FOREACH

[SVN r30683]
Eric Niebler hace 21 años
padre
commit
e05fe95fbb
Se han modificado 2 ficheros con 5 adiciones y 0 borrados
  1. 4 0
      .gitmodules
  2. 1 0
      libs/foreach

+ 4 - 0
.gitmodules

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

+ 1 - 0
libs/foreach

@@ -0,0 +1 @@
+Subproject commit 2258532c5e244a8c722eabf2d9b7bf3cb10dfc2e

粤ICP备19079148号