forked from boostorg/integer
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