mirror of
https://github.com/boostorg/boost.git
synced 2025-04-08 14:44:02 +00:00
Add module lexical_cast.
This commit is contained in:
parent
401254fcc6
commit
3720e5bf1f
2 changed files with 5 additions and 0 deletions
4
.gitmodules
vendored
4
.gitmodules
vendored
|
@ -482,3 +482,7 @@
|
|||
path = tools/boostdep
|
||||
url = ../boostdep.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
[submodule "lexical_cast"]
|
||||
path = libs/lexical_cast
|
||||
url = ../lexical_cast.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
|
|
1
libs/lexical_cast
Submodule
1
libs/lexical_cast
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit e3e4d3836a4e0323848f13e8c57409786dc93cc7
|
Loading…
Add table
Reference in a new issue