Commit e9d74b2
[SM6.10][HLK][Bugfix] Remove using std from common header (#8358)
`using namespace std;` is generally considered a bad practice so it
should be removed anyways but this was causing downstream ambeguity
errors so it needs to be fix.
Completely removing is was going to cause a bunch of min/max headaches
so those were added in as more precise using statements.
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>1 parent aba4445 commit e9d74b2
2 files changed
Lines changed: 7 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
| 51 | + | |
51 | 52 | | |
52 | 53 | | |
53 | 54 | | |
| |||
121 | 122 | | |
122 | 123 | | |
123 | 124 | | |
124 | | - | |
| 125 | + | |
125 | 126 | | |
126 | 127 | | |
127 | 128 | | |
128 | 129 | | |
129 | | - | |
| 130 | + | |
130 | 131 | | |
131 | 132 | | |
132 | 133 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9739 | 9739 | | |
9740 | 9740 | | |
9741 | 9741 | | |
9742 | | - | |
9743 | | - | |
| 9742 | + | |
| 9743 | + | |
9744 | 9744 | | |
9745 | 9745 | | |
9746 | 9746 | | |
| |||
10211 | 10211 | | |
10212 | 10212 | | |
10213 | 10213 | | |
10214 | | - | |
| 10214 | + | |
10215 | 10215 | | |
10216 | 10216 | | |
10217 | 10217 | | |
| |||
0 commit comments