CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: monarch_dodra

Search: Search took 0.03 seconds.

  1. Replies
    8
    Views
    3,105

    Re: anonymous namespace qualifier

    I see. That's interesting.

    Well, I think I have my answers in regards to the original issue. Thanks all.
  2. Replies
    8
    Views
    3,105

    Re: anonymous namespace qualifier

    With my MinGW, both std=c++98 and std=C++11 produce the same output. Were namespace rules changed with C++11? I am not aware of any changes being made to them with this latest release. Are you...
  3. Replies
    8
    Views
    3,105

    Re: anonymous namespace qualifier

    Yeah, but it still creates a block you have to track where it opens and closes. Not a huge deal, I agree, but it feels a bit messy.



    Really? Because that doesn't compile for me...

    Using GCC.
  4. Replies
    8
    Views
    3,105

    anonymous namespace qualifier

    It has recently been brought to my attention that it is possible to use a namespace as a "qualifier" in the signature of a definition as opposed to using a block. EG:


    //Begin declarations here...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured