Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- namespace std{
- namespace details{
- ...
- }
- }
- namespace opengl{
- namespace details{
- ...
- }
- }
- namespace my{
- import std;
- import opengl;
- namespace foo{
- import details; // for some reason, this one pulls names from both
- // std::details and opengl::details
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement