summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorDouglas Gregor <doug.gregor@gmail.com>2006-01-10 13:53:48 +0000
committerDouglas Gregor <doug.gregor@gmail.com>2006-01-10 13:53:48 +0000
commitc68669971266b9d22a6e4bd5f89e22f041f2c374 (patch)
tree9f256448326d5aae46393612a828f67eff68217b /.gitmodules
parentd039b943d03e4a0e0c5c9a39d5d6801ac2396e00 (diff)
downloadboost-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--.gitmodules4
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