mirror of
https://github.com/boostorg/integer.git
synced 2025-07-29 20:27:14 +02:00
Define main when gcc version is < 5.
This commit is contained in:
@ -58,4 +58,9 @@ int main()
|
||||
|
||||
return 0;
|
||||
}
|
||||
#else
|
||||
int main()
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user