Commit 394a62e
committed
[test-suite][prolangs] fix ambiguous reference to stack
Since llvm/llvm-project@7b46225
libc++ headers will now include std::stack in more places, meaning the local stack() functions
plus overbroad `using namespace std;` in this program cause ambiguous references.
Fix this by narrowing the using directive to only what is needed.1 parent 9a7a49f commit 394a62e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments