Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LRDE
transformers
baeaddee0ace114396c71d7ea45657006b1a484f
baeaddee0ace114396c71d7ea45657006b1a484f
Switch branch/tag
transformers
cxx-grammar
test
disambiguate
using-ns-04.cc
Find file
Normal view
History
Permalink
using-ns-04.cc
74 Bytes
Newer
Older
from Olivier Gournet <gourne_o@lrde.epita.fr>
gourne_o
committed
May 16, 2004
1
2
3
4
5
6
7
8
9
10
11
namespace
n
{
namespace
m
{
struct
a
{};
}
}
using
n
::
m
;
a
v
;