25 Feb
2013
25 Feb
'13
4:34 p.m.
AMDG On 02/24/2013 11:19 AM, Larry wrote:
It is an include order problem although I don't know specific issue yet. I moved the include for regex.hpp up front and the error went away.
The issue is that new is #defined somewhere. The definition is (approximately) #define new new(__FILE__, __LINE__) Look at the arguments in the error message:
1>c:\boost\include\boost-1_49\boost\regex\v4\regex_raw_buffer.hpp(184) : error C2665: 'operator new' : none of the 6 overloads could convert all the argument types 1> while trying to match the argument list '(const char [64], long)'
In Christ, Steven Watanabe