mirror of
https://github.com/boostorg/boost.git
synced 2025-04-06 22:14:59 +00:00
BOOST_NO_EXCEPTIONS support added.
[SVN r14835]
This commit is contained in:
parent
5b4b0a2ed2
commit
19db64275c
3 changed files with 6 additions and 1 deletions
4
.gitmodules
vendored
4
.gitmodules
vendored
|
@ -166,3 +166,7 @@
|
|||
path = libs/mpl
|
||||
url = ../mpl.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
[submodule "exception"]
|
||||
path = libs/exception
|
||||
url = ../exception.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
|
|
1
libs/exception
Submodule
1
libs/exception
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit b01dc32c722a32c7d68d9708ea8431ce1f29cc6c
|
|
@ -1 +1 @@
|
|||
Subproject commit e650c7ff1607c033cb38850d9cad350fabc9f90e
|
||||
Subproject commit a09c2e556f9421da9f0e7e74b98c89a5599b17f8
|
Loading…
Add table
Reference in a new issue