mirror of
https://github.com/boostorg/boost.git
synced 2025-04-08 14:44:02 +00:00
Move module move
This commit is contained in:
parent
405601e3bf
commit
650b264d5f
1 changed files with 4 additions and 4 deletions
8
.gitmodules
vendored
8
.gitmodules
vendored
|
@ -410,6 +410,10 @@
|
|||
path = libs/phoenix
|
||||
url = ../phoenix.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
[submodule "move"]
|
||||
path = libs/move
|
||||
url = ../move.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
[submodule "local_function"]
|
||||
path = libs/local_function
|
||||
url = ../local_function.git
|
||||
|
@ -430,10 +434,6 @@
|
|||
path = libs/lockfree
|
||||
url = ../lockfree.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
[submodule "move"]
|
||||
path = libs/move
|
||||
url = ../move.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
[submodule "type_erasure"]
|
||||
path = libs/type_erasure
|
||||
url = ../type_erasure.git
|
||||
|
|
Loading…
Add table
Reference in a new issue