diff options
author | Daniel James <daniel@calamity.org.uk> | 2008-06-12 00:26:08 +0000 |
---|---|---|
committer | Daniel James <daniel@calamity.org.uk> | 2008-06-12 00:26:08 +0000 |
commit | adaea7732bac999a0f77fb024f7c19c18c32126a (patch) | |
tree | e2f39bf2432aef4fe2190740484194a7c029c25f /.gitmodules | |
parent | 864c96507519b527c1fa5e44652169c68d950b0e (diff) | |
download | boost-adaea7732bac999a0f77fb024f7c19c18c32126a.tar.gz |
Add Boost.Unordered to release branch.
[SVN r46342]
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 94bb330d08..2b95ddda2a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -330,3 +330,7 @@ path = libs/mpi url = ../mpi.git fetchRecurseSubmodules = on-demand +[submodule "unordered"] + path = libs/unordered + url = ../unordered.git + fetchRecurseSubmodules = on-demand |