mirror of
https://github.com/boostorg/boost.git
synced 2025-04-13 16:40:42 +00:00
Add module throw_exception.
This commit is contained in:
parent
c1d8a963d4
commit
1361b83c45
2 changed files with 5 additions and 0 deletions
4
.gitmodules
vendored
4
.gitmodules
vendored
|
@ -470,3 +470,7 @@
|
|||
path = libs/core
|
||||
url = ../core.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
[submodule "throw_exception"]
|
||||
path = libs/throw_exception
|
||||
url = ../throw_exception.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
|
|
1
libs/throw_exception
Submodule
1
libs/throw_exception
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 239bb0cb27dae21de8a15c8f42f81b569b3906d3
|
Loading…
Add table
Reference in a new issue