Commit af7edc5
authored
Fix a couple missing standard headers (#4791)
* Insert `<cstddef>` in files using `size_t`
Signed-off-by: Henner Zeller <[email protected]>
* Insert `<string>` in files using `std::string`
Signed-off-by: Henner Zeller <[email protected]>
* Insert `<vector>` in files using `std::vector`
Signed-off-by: Henner Zeller <[email protected]>
* Insert `<utility>` in files using `std::move`
Signed-off-by: Henner Zeller <[email protected]>
* Insert `<string>` in files using `std::to_string`
Signed-off-by: Henner Zeller <[email protected]>
* Include `<memory>` in files using `std::unique_ptr`, `std::shared...`
`std::unique_ptr`, `std::make_unique`,
`std::shared_ptr`, and `std::make_shared`
Signed-off-by: Henner Zeller <[email protected]>
* Include `<utility>` in files using `std::pair`
Signed-off-by: Henner Zeller <[email protected]>
* Include `<map>` in files using `std::map`
Signed-off-by: Henner Zeller <[email protected]>
* Include `<limits>` in files using `std::numeric_limits`
Signed-off-by: Henner Zeller <[email protected]>
* Include `<cassert>` in files using `assert`
Signed-off-by: Henner Zeller <[email protected]>
---------
Signed-off-by: Henner Zeller <[email protected]>1 parent ea9cf6a commit af7edc5
File tree
241 files changed
+589
-0
lines changed- runtime/Cpp/runtime/src
- atn
- dfa
- misc
- support
- tree
- pattern
- xpath
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
241 files changed
+589
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
8 | 10 | | |
9 | 11 | | |
10 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
8 | 10 | | |
9 | 11 | | |
10 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
6 | 9 | | |
7 | 10 | | |
8 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
8 | 10 | | |
9 | 11 | | |
10 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
6 | 8 | | |
7 | 9 | | |
8 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
8 | 10 | | |
9 | 11 | | |
10 | 12 | | |
| |||
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
6 | 11 | | |
7 | 12 | | |
8 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
8 | 12 | | |
9 | 13 | | |
10 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
0 commit comments