I'm using phoenix::bind and receiving this error message:
error C2039: 'bind' : is not a member of 'phoenix'
The code line where I'm using bind and where the error is pointing is:
phoenix::bind( &OptionalInputPort::eraseDataEditor ) ( phoenix::var( *optionalPort ) )
and I can't figure out what is the problem.
the phoenix include is this line: #include boost/spirit/home/phoenix.hpp
Thanks.