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

Search:

Type: Posts; User: monarch_dodra

Search: Search took 0.07 seconds.

  1. Replies
    8
    Views
    13,175

    Re: Library and Template Trouble

    Wouldn't that be a violation of the standard though? Is the implementation allowed to add things to namespace std that is not referenced in the standard and not prefixed by _? Or is it just bad...
  2. Replies
    8
    Views
    13,175

    Re: Library and Template Trouble

    I didn't reproduce the error with using MinGW with your exact code, however, I get the exact same diagnostic with this:


    using namespace std;

    template <typename>
    class some_template
    {
    };...
  3. Replies
    8
    Views
    13,175

    Re: Library and Template Trouble

    "link" wouldn't happen to actually be a template class by any chance...?

    Your code (once stripped of un-useable code) compiles fine, so you are keeping something from us.

    Please post the...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured