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

Search:

Type: Posts; User: Etherous

Search: Search took 0.04 seconds.

  1. Replies
    4
    Views
    15,545

    Re: Template Cast Operator. Possible?

    Oh, right! Yeah, I'm an idiot. It will build now, but I won't have a chance to test it for a while. Thanks

    Edit:
    Actually it will still mess up, as it will try to return a 'U' instead of a...
  2. Replies
    4
    Views
    15,545

    [RESOLVED] Template Cast Operator. Possible?

    I'm trying to do something in my code and it's giving me an error on compile. What I'm trying to do is put a template cast operator in a container class. Here's the simplified relevant code:

    ...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured