diff options
author | Matias Capeletto <matias.capeletto@gmail.com> | 2007-05-25 01:07:13 +0000 |
---|---|---|
committer | Matias Capeletto <matias.capeletto@gmail.com> | 2007-05-25 01:07:13 +0000 |
commit | 93af25a9aa9f62b341c1115004df652e80da587e (patch) | |
tree | d845d6600f5d5ef5a73aa5eff61ab74d17460801 /.gitmodules | |
parent | c365c367539a266add440291a920e110f11902df (diff) | |
download | boost-93af25a9aa9f62b341c1115004df652e80da587e.tar.gz |
first bimap commit
[SVN r37767]
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 6057fc7f57..964826a79a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -258,6 +258,10 @@ path = libs/circular_buffer url = ../circular_buffer.git fetchRecurseSubmodules = on-demand +[submodule "bimap"] + path = libs/bimap + url = ../bimap.git + fetchRecurseSubmodules = on-demand [submodule "xpressive"] path = libs/xpressive url = ../xpressive.git |