diff options
author | Peter Dimov <pdimov@pdimov.com> | 2014-06-08 23:37:37 +0300 |
---|---|---|
committer | Peter Dimov <pdimov@pdimov.com> | 2014-06-08 23:37:37 +0300 |
commit | 3720e5bf1ffb7b82b8ad14d43fe3f4e42d1c07fc (patch) | |
tree | 2836512fef83065cf3d2d6ca305f67896564a581 /.gitmodules | |
parent | 401254fcc640bcf40db03fff081bc8333e02679b (diff) | |
download | boost-3720e5bf1ffb7b82b8ad14d43fe3f4e42d1c07fc.tar.gz |
Add module lexical_cast.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index be01cf2ed8..b5b5d99ef5 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 |