Browse Source

Migrated from Sandbox CVS.

[SVN r18578]
Eric Friedman 23 years ago
parent
commit
bed541d2a2
3 changed files with 6 additions and 1 deletions
  1. 4 0
      .gitmodules
  2. 1 1
      libs/type_traits
  3. 1 0
      libs/variant

+ 4 - 0
.gitmodules

@@ -178,6 +178,10 @@
 	path = libs/statechart
 	url = ../statechart.git
 	fetchRecurseSubmodules = on-demand
+[submodule "variant"]
+	path = libs/variant
+	url = ../variant.git
+	fetchRecurseSubmodules = on-demand
 [submodule "interval"]
 	path = libs/numeric/interval
 	url = ../interval.git

+ 1 - 1
libs/type_traits

@@ -1 +1 @@
-Subproject commit b34dbf1312c81b97228b79bc2849652cc4a6fb08
+Subproject commit 9cada59f67a2c4bb24505b534801d860625b8edb

+ 1 - 0
libs/variant

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

粤ICP备19079148号