Move module type_erasure

This commit is contained in:
Peter Dimov 2018-10-25 20:51:28 +03:00
parent 7d860f19b7
commit 3e78920bdf

8
.gitmodules vendored
View file

@ -434,6 +434,10 @@
path = libs/context
url = ../context.git
fetchRecurseSubmodules = on-demand
[submodule "type_erasure"]
path = libs/type_erasure
url = ../type_erasure.git
fetchRecurseSubmodules = on-demand
[submodule "multiprecision"]
path = libs/multiprecision
url = ../multiprecision.git
@ -442,10 +446,6 @@
path = libs/lockfree
url = ../lockfree.git
fetchRecurseSubmodules = on-demand
[submodule "type_erasure"]
path = libs/type_erasure
url = ../type_erasure.git
fetchRecurseSubmodules = on-demand
[submodule "sync"]
path = libs/sync
url = ../sync.git