summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorJohn Maddock <john@johnmaddock.co.uk>2000-12-03 12:29:42 +0000
committerJohn Maddock <john@johnmaddock.co.uk>2000-12-03 12:29:42 +0000
commit502732829279d4cd4a09e87909da26320421f7e8 (patch)
tree78d2b05df3aaec8ac2ccc5935e769d716deab878 /.gitmodules
parentc3a512d1b670e4adaeae8307abf84a6a0dcf74f4 (diff)
downloadboost-502732829279d4cd4a09e87909da26320421f7e8.tar.gz
Static assert initial checkin
[SVN r8381]
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 570ab1debf..da573fc994 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -58,6 +58,10 @@
path = libs/graph
url = ../graph.git
fetchRecurseSubmodules = on-demand
+[submodule "static_assert"]
+ path = libs/static_assert
+ url = ../static_assert.git
+ fetchRecurseSubmodules = on-demand
[submodule "concept_check"]
path = libs/concept_check
url = ../concept_check.git