l Message -
From: "Sam Lindley" <[EMAIL PROTECTED]>
To:
Sent: Wednesday, December 22, 2004 1:33 PM
Subject: XMLURL memory allocation problem
The following code:
#include
#include
using namespace std;
XERCES_CPP_NAMESPACE_USE
int main()
{
vector urls(1, XMLURL());
return 0;
t; <[EMAIL PROTECTED]>
To:
Sent: Wednesday, December 22, 2004 1:33 PM
Subject: XMLURL memory allocation problem
The following code:
#include
#include
using namespace std;
XERCES_CPP_NAMESPACE_USE
int main()
{
vector urls(1, XMLURL());
return 0;
}
fails to compile under Visual C++ 2003 (VC_7_1) u
The following code:
#include
#include
using namespace std;
XERCES_CPP_NAMESPACE_USE
int main()
{
vector urls(1, XMLURL());
return 0;
}
fails to compile under Visual C++ 2003 (VC_7_1) using xerces-c 2.6.0. It
gives the error:
C2665: 'xercesc_2_6::XMemory::operator new' : none of the 3 overloa