$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: jsiek_at_[hidden]
Date: 2000-01-15 15:16:07
Jim Argeropoulos writes:
> I'll buy the fact that works, even though my compiler won't. But I have two
> problems with that as a solution:
If your compiler is g++, adding an ampersand will fix the problem:
mem_fun(&Person::GetName)
^
Cheers,
Jeremy