Sfoglia il codice sorgente

BOOST_FOREACH

[SVN r30683]
Eric Niebler 20 anni fa
parent
commit
e05fe95fbb
2 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  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号