mirror of
https://github.com/boostorg/regex.git
synced 2025-07-16 13:52:17 +02:00
Building with IBM C++ no longer needs a main() entry point.
Fixes #5088. [SVN r68318]
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user