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

Search:

Type: Posts; User: Paul McKenzie

Search: Search took 3.09 seconds.

  1. Replies
    10
    Views
    4,171

    Re: Dependent type - boost::apply_visitor

    Well the error means what it says. Why are you calling "apply_visitor" with two arguments? I just looked at the boost headers, and indeed, boost::apply_visitor takes one argument.


    template...
  2. Replies
    10
    Views
    4,171

    Re: Dependent type - boost::apply_visitor

    The boost library is at version 1.53. According to your compiler listing, you are using 1.49.

    You are 4 versions behind from the latest build. I would suggest you try the latest build of Boost...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured