forked from boostorg/regex
Merge minor regex lib fixes from Trunk.
[SVN r69625]
This commit is contained in:
@ -224,19 +224,3 @@ int WINAPI DllEntryPoint(HINSTANCE , unsigned long , void*)
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(__IBMCPP__) && defined(BOOST_REGEX_DYN_LINK)
|
|
||||||
//
|
|
||||||
// Is this correct - linker complains without it ?
|
|
||||||
//
|
|
||||||
int main()
|
|
||||||
{
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user