mirror of
https://github.com/boostorg/boost.git
synced 2025-04-06 14:05:01 +00:00
adds function_types implementation
[SVN r36954]
This commit is contained in:
parent
0ef8b867f4
commit
4e2acc5e7d
2 changed files with 5 additions and 0 deletions
4
.gitmodules
vendored
4
.gitmodules
vendored
|
@ -282,6 +282,10 @@
|
|||
path = libs/parameter
|
||||
url = ../parameter.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
[submodule "function_types"]
|
||||
path = libs/function_types
|
||||
url = ../function_types.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
[submodule "litre"]
|
||||
path = tools/litre
|
||||
url = ../litre.git
|
||||
|
|
1
libs/function_types
Submodule
1
libs/function_types
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 8e1489a8dfaa006b9fa8ede4e7fb5e8b0c4743cc
|
Loading…
Add table
Reference in a new issue