11 Sep
2008
11 Sep
'08
6:30 a.m.
On Wed, Sep 10, 2008 at 5:54 PM, Steven Watanabe
AMDG
Peter Barker wrote:
RecordsContainer::size_type (RecordsContainer::*erase)(unsigned int) = &RecordsContainer::erase;
but it failed to compile. Visual Studio 2003 gives me the following error on the above line: <snip>
The following compiles for me with msvc 9.0
That fails with the same error here so at least I know that's consistent. Thanks, Pete