mirror of
https://github.com/boostorg/boost.git
synced 2025-04-08 06:43:09 +00:00
Initial commit
[SVN r10338]
This commit is contained in:
parent
f8df156f49
commit
3573a0dc8c
2 changed files with 5 additions and 0 deletions
4
.gitmodules
vendored
4
.gitmodules
vendored
|
@ -94,6 +94,10 @@
|
|||
path = libs/pool
|
||||
url = ../pool.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
[submodule "thread"]
|
||||
path = libs/thread
|
||||
url = ../thread.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
[submodule "tokenizer"]
|
||||
path = libs/tokenizer
|
||||
url = ../tokenizer.git
|
||||
|
|
1
libs/thread
Submodule
1
libs/thread
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit f585d38fa3f36eda11687abebafc09db67fa3042
|
Loading…
Add table
Reference in a new issue