-
Notifications
You must be signed in to change notification settings - Fork 373
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
resize compatible with gcc4.x #418
Conversation
Code Coverage Report
|
Codecov ReportAll modified lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #418 +/- ##
==========================================
+ Coverage 62.76% 62.78% +0.02%
==========================================
Files 210 211 +1
Lines 12511 12513 +2
==========================================
+ Hits 7852 7856 +4
+ Misses 4659 4657 -2
☔ View full report in Codecov by Sentry. |
Code Coverage Report
|
resize string should also support gcc5 bellow version.
gcc4.7 above is ok.
To close #417