Commit 765709f
committed
Squashed 'gsl/' changes from 7d78b74..7e99e76
7e99e76 Merge pull request #826 from JordanMaples/dev/jomaples/ctad_fix_v2
263440f changing white-space in comment to get tests to rerun
a7759e6 lower __cpp_deduction_guide version number from 201907 to 201611
128b435 changing check from __cplusplus 201703L to __cpp_deduction_guides 201907L
8e481eb adding deduction guide for strict_not_null
4610f26 forgot comment
d0e5daf fix ctad warning in llvm
9939d58 Merge pull request #822 from JordanMaples/dev/jomaples/lib-byte-check
22cba52 update comments
97dc8f8 adding check to __cpp_lib_byte, which was added to the defn for 15.8
71ec9f8 Merge pull request #2 from microsoft/master
3d56ba9 Merge pull request #813 from JordanMaples/dev/jomaples/deprecate_multispan
cf9cc34 Merge pull request #815 from matt77hias/patch-1
0a78d8e Added std::exchange (C++14) to make the intent more explicit
02d1051 Merge pull request #814 from sizmailov/fix_typos
275e017 Fix typos in gsl/pointers
4b289d4 lack of nl for bounds_test
6ff4a52 accidentally commented out pragma
2b8f7ae adding clang/gcc suppression of the deprecation warnings.
7adf7eb new messages
5e4463a removing function deprecation, adding additional class / struct deprecations
10ce5b6 Merge pull request #812 from JordanMaples/dev/jomaples/typo_fixes
eb995b3 deprecating strided_span
b630dfe Guideline -> Guidelines
e026971 deprecation, removing cassert
bbeb0bd initial deprecation of multi_span and strided_span
23066c8 Update README.md
a454d29 Merge pull request #803 from B1Z0N/master
ba9af38 Merge branch 'master' of https://github.com/B1Z0N/GSL
d5382a2 Fixed memory leaks
787e7ef Thanks to @stayprivates fixed out of bounds access in "TestNotNullostream"
1046c9d Merge pull request #1 from microsoft/master
b576cc6 Merge pull request #769 from jack17529/patch-1
2ce3177 Merge pull request #800 from eyalroz/master
cee1929 Fix GNUC typo (#780)
1d48188 Fixed check if std::byte is available (#764)
b05a446 Fixes #798 : Dropped inclusion of `gsl/pointers` in `string_span`.
1212bea Add Visual Studio 2019 image for tests (#787)
66809c6 make TypeListIndexer constexpr (#733)
b74b286 add value_type size_type for string_span (#727)
2a1ef25 Update span
git-subtree-dir: gsl
git-subtree-split: 7e99e76c9761d0d0b0848b91f8648830670ee8721 parent 5158d34 commit 765709f
File tree
16 files changed
+207
-176
lines changed- include/gsl
- tests
16 files changed
+207
-176
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
| 40 | + | |
39 | 41 | | |
40 | 42 | | |
41 | 43 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| 22 | + | |
21 | 23 | | |
22 | 24 | | |
23 | 25 | | |
| |||
41 | 43 | | |
42 | 44 | | |
43 | 45 | | |
44 | | - | |
| 46 | + | |
45 | 47 | | |
46 | 48 | | |
47 | 49 | | |
| |||
58 | 60 | | |
59 | 61 | | |
60 | 62 | | |
61 | | - | |
62 | | - | |
63 | | - | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
64 | 66 | | |
65 | | - | |
| 67 | + | |
66 | 68 | | |
67 | 69 | | |
68 | 70 | | |
| |||
72 | 74 | | |
73 | 75 | | |
74 | 76 | | |
75 | | - | |
| 77 | + | |
76 | 78 | | |
| 79 | + | |
| 80 | + | |
77 | 81 | | |
78 | 82 | | |
79 | 83 | | |
80 | 84 | | |
81 | 85 | | |
82 | 86 | | |
83 | | - | |
| 87 | + | |
84 | 88 | | |
| 89 | + | |
| 90 | + | |
85 | 91 | | |
86 | 92 | | |
87 | 93 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
| 37 | + | |
36 | 38 | | |
37 | 39 | | |
38 | 40 | | |
| |||
42 | 44 | | |
43 | 45 | | |
44 | 46 | | |
45 | | - | |
| 47 | + | |
46 | 48 | | |
47 | 49 | | |
48 | 50 | | |
49 | | - | |
| 51 | + | |
50 | 52 | | |
51 | 53 | | |
52 | 54 | | |
53 | | - | |
| 55 | + | |
54 | 56 | | |
55 | 57 | | |
56 | 58 | | |
57 | 59 | | |
58 | 60 | | |
| 61 | + | |
59 | 62 | | |
60 | 63 | | |
61 | 64 | | |
62 | 65 | | |
63 | 66 | | |
64 | 67 | | |
65 | 68 | | |
66 | | - | |
67 | 69 | | |
68 | 70 | | |
69 | 71 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
| 62 | + | |
66 | 63 | | |
67 | 64 | | |
68 | 65 | | |
| |||
0 commit comments