$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] overloaded const/non-const functions and bind
From: Igor R (boost.lists_at_[hidden])
Date: 2010-03-28 04:26:31
> I want to use a function in bind that has a const and non-const
> version named Node::get_parent. I am using the following expression:
You have to cast &Node::get_parent explicitly to one of the available
overloads, to resolve ambiguity.