From: assaflavieatwork (assaflav_at_[hidden])
Date: 2001-12-06 08:42:59


Hi.
I've added boost/regex to my project recently and I'm getting
compiler errors when I include "boost/regex.hpp".
I'm working on a VC6SP5+STLPort+ACE project and I've used other boost
headers in this project with no problem (smart ptr, lexical cast...).
Since I've included regex I get this error:

error C2668: 'memmove' : ambiguous call to overloaded function

It seems to come from regex/config.hpp being included...

What can I do about it?