Merge minor regex lib fixes from Trunk.

[SVN r69625]
This commit is contained in:
John Maddock
2011-03-07 13:23:36 +00:00
parent c499c62caa
commit 813e5f77e3

View File

@ -224,19 +224,3 @@ int WINAPI DllEntryPoint(HINSTANCE , unsigned long , void*)
}
#endif
#if defined(__IBMCPP__) && defined(BOOST_REGEX_DYN_LINK)
//
// Is this correct - linker complains without it ?
//
int main()
{
return 0;
}
#endif