mirror of
https://github.com/boostorg/boost.git
synced 2025-04-05 05:25:00 +00:00
Add submodule histogram
This commit is contained in:
parent
28833260b3
commit
24ecbb350f
2 changed files with 6 additions and 0 deletions
5
.gitmodules
vendored
5
.gitmodules
vendored
|
@ -733,3 +733,8 @@
|
|||
url = ../outcome.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "histogram"]
|
||||
path = libs/histogram
|
||||
url = ../histogram.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
|
|
1
libs/histogram
Submodule
1
libs/histogram
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 718952e589ac3b6c9b16be218cd5fec34b2a5f3a
|
Loading…
Add table
Reference in a new issue