mirror of
https://github.com/boostorg/boost.git
synced 2025-04-08 14:44:02 +00:00
Move module pool
This commit is contained in:
parent
5425ad3fc8
commit
32e3fafd42
1 changed files with 4 additions and 4 deletions
8
.gitmodules
vendored
8
.gitmodules
vendored
|
@ -286,10 +286,6 @@
|
|||
path = libs/type_traits
|
||||
url = ../type_traits.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
[submodule "pool"]
|
||||
path = libs/pool
|
||||
url = ../pool.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
[submodule "compatibility"]
|
||||
path = libs/compatibility
|
||||
url = ../compatibility.git
|
||||
|
@ -298,6 +294,10 @@
|
|||
path = libs/bind
|
||||
url = ../bind.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
[submodule "pool"]
|
||||
path = libs/pool
|
||||
url = ../pool.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
[submodule "local_function"]
|
||||
path = libs/local_function
|
||||
url = ../local_function.git
|
||||
|
|
Loading…
Add table
Reference in a new issue