diff options
author | John Maddock <john@johnmaddock.co.uk> | 2000-12-03 12:29:42 +0000 |
---|---|---|
committer | John Maddock <john@johnmaddock.co.uk> | 2000-12-03 12:29:42 +0000 |
commit | 502732829279d4cd4a09e87909da26320421f7e8 (patch) | |
tree | 78d2b05df3aaec8ac2ccc5935e769d716deab878 | |
parent | c3a512d1b670e4adaeae8307abf84a6a0dcf74f4 (diff) | |
download | boost-502732829279d4cd4a09e87909da26320421f7e8.tar.gz |
Static assert initial checkin
[SVN r8381]
-rw-r--r-- | .gitmodules | 4 | ||||
m--------- | libs/static_assert | 0 |
2 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 diff --git a/libs/static_assert b/libs/static_assert new file mode 160000 +Subproject 8cb6da5df005a4511ae215a1d85b72ce8d680be |