On Nov 8, 2007 4:20 PM, MOSS Sebastian
Hi,
I'm having trouble with the following design with vs 7.1 and wondering if anyone could offer a workaround.
Particularly it seems that the ".template operator" syntax isn't liked. (This works on gcc 4.0.3). Removing the 'template' keyword from the bind arguments gives an error novel.
I was having a similar issue with msvc8. Not sure what the underlying
problem is but I ended up just using the template keyword
conditionally for non-MSVC compilers. I.e., something like
#include