diff options
author | Douglas Gregor <doug.gregor@gmail.com> | 2006-01-10 13:53:48 +0000 |
---|---|---|
committer | Douglas Gregor <doug.gregor@gmail.com> | 2006-01-10 13:53:48 +0000 |
commit | c68669971266b9d22a6e4bd5f89e22f041f2c374 (patch) | |
tree | 9f256448326d5aae46393612a828f67eff68217b /.gitmodules | |
parent | d039b943d03e4a0e0c5c9a39d5d6801ac2396e00 (diff) | |
download | boost-c68669971266b9d22a6e4bd5f89e22f041f2c374.tar.gz |
boost/pending/property_serialize.hpp:
- Moved serialization code here
boost/pending/property.hpp:
- From here
boost/graph/adj_list_serialize.hpp:
- Include the new property_serialization header
[SVN r32275]
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 0cd0744507..75238b230c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -214,6 +214,10 @@ path = libs/optional url = ../optional.git fetchRecurseSubmodules = on-demand +[submodule "graph_parallel"] + path = libs/graph_parallel + url = ../graph_parallel.git + fetchRecurseSubmodules = on-demand [submodule "bcp"] path = tools/bcp url = ../bcp.git |