repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
g++.dg
/
lookup
/
using3.C
blob
f3642759717dc1dc98f538264f905988b4923cc5
1
// PR c++/9798
2
3
namespace std { }
4
namespace STL { using namespace std; }
5
namespace std {
6
using namespace STL;
7
}
8
namespace STL {
9
struct A {
10
void B() { using namespace std; }
11
};
12
}