Browse Source

initial commit

[SVN r22759]
Joaquín M. López Muñoz 22 years ago
parent
commit
b86e87cc3c
3 changed files with 6 additions and 1 deletions
  1. 4 0
      .gitmodules
  2. 1 1
      libs/detail
  3. 1 0
      libs/multi_index

+ 4 - 0
.gitmodules

@@ -210,6 +210,10 @@
 	path = libs/filesystem
 	url = ../filesystem.git
 	fetchRecurseSubmodules = on-demand
+[submodule "multi_index"]
+	path = libs/multi_index
+	url = ../multi_index.git
+	fetchRecurseSubmodules = on-demand
 [submodule "algorithm"]
 	path = libs/algorithm
 	url = ../algorithm.git

+ 1 - 1
libs/detail

@@ -1 +1 @@
-Subproject commit 5f07eb294f6da39db765aa5b84eb4e6e3c09fca1
+Subproject commit a00196977fd365c62c69493c38c21b5709251792

+ 1 - 0
libs/multi_index

@@ -0,0 +1 @@
+Subproject commit b35bef74e475a3735d105d440bd0f5f6f2382c42

粤ICP备19079148号