-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bumps [src/external/gsl](https://github.com/microsoft/GSL) from `f1a494c` to `87f9d76`. - [Release notes](https://github.com/microsoft/GSL/releases) - [Commits](microsoft/GSL@f1a494c...87f9d76) --- updated-dependencies: - dependency-name: src/external/gsl dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
abbc76b
commit b7dd83d
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule gsl
updated
21 files
+16 −7 | .github/workflows/android.yml | |
+56 −0 | .github/workflows/cmake/action.yml | |
+104 −0 | .github/workflows/compilers.yml | |
+1 −1 | CMakeLists.txt | |
+14 −17 | README.md | |
+0 −66 | azure-pipelines.yml | |
+8 −1 | docs/headers.md | |
+3 −8 | include/gsl/byte | |
+2 −0 | include/gsl/gsl | |
+2 −4 | include/gsl/narrow | |
+3 −4 | include/gsl/pointers | |
+14 −0 | include/gsl/span | |
+14 −0 | include/gsl/util | |
+0 −43 | pipelines/jobs.yml | |
+0 −9 | pipelines/setup_apple.yml | |
+0 −13 | pipelines/setup_clang.yml | |
+0 −14 | pipelines/setup_gcc.yml | |
+0 −0 | pipelines/steps.yml | |
+11 −10 | tests/CMakeLists.txt | |
+1 −1 | tests/span_compatibility_tests.cpp | |
+1 −1 | tests/span_tests.cpp |