mirror of
https://github.com/boostorg/regex.git
synced 2025-07-17 06:12:10 +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
|
#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