
12 Dec
2008
12 Dec
'08
1:39 a.m.
Hi guys, I'm trying to introduce the boost regex into my old VC6 project. "using namespace std" is declearared in many files. When I include "#include <boost/regex.hpp>", I receive the following error: error C2668: 'memset' : ambiguous call to overloaded function. When I remove "using namespace std" or add :: to memset(memset -> ::memset), it can be ok. I want to ask wheather there is the third way to solve this problem. Appreciate any help. Worldwind