Просмотр исходного кода

BOOST_NO_EXCEPTIONS support added.

[SVN r14835]
Peter Dimov 24 лет назад
Родитель
Сommit
19db64275c
3 измененных файлов с 6 добавлено и 1 удалено
  1. 4 0
      .gitmodules
  2. 1 0
      libs/exception
  3. 1 1
      libs/smart_ptr

+ 4 - 0
.gitmodules

@@ -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 - 0
libs/exception

@@ -0,0 +1 @@
+Subproject commit b01dc32c722a32c7d68d9708ea8431ce1f29cc6c

+ 1 - 1
libs/smart_ptr

@@ -1 +1 @@
-Subproject commit e650c7ff1607c033cb38850d9cad350fabc9f90e
+Subproject commit a09c2e556f9421da9f0e7e74b98c89a5599b17f8

粤ICP备19079148号