Move module scope_exit

This commit is contained in:
Peter Dimov 2018-10-25 20:39:46 +03:00
parent eccc6656a3
commit 85834783eb

8
.gitmodules vendored
View file

@ -354,6 +354,10 @@
path = libs/atomic
url = ../atomic.git
fetchRecurseSubmodules = on-demand
[submodule "scope_exit"]
path = libs/scope_exit
url = ../scope_exit.git
fetchRecurseSubmodules = on-demand
[submodule "local_function"]
path = libs/local_function
url = ../local_function.git
@ -426,10 +430,6 @@
path = libs/ratio
url = ../ratio.git
fetchRecurseSubmodules = on-demand
[submodule "scope_exit"]
path = libs/scope_exit
url = ../scope_exit.git
fetchRecurseSubmodules = on-demand
[submodule "sync"]
path = libs/sync
url = ../sync.git