Skip to content
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

Use std::locale when writing a timeStamp to a stream #981

Merged
merged 1 commit into from
Feb 4, 2021
Merged

Use std::locale when writing a timeStamp to a stream #981

merged 1 commit into from
Feb 4, 2021

Conversation

hainest
Copy link
Contributor

@hainest hainest commented Feb 4, 2021

The current implementation causes several -Wstringop-truncation warnings. Yet, the whole thing can be replaced by using locales.

The current implementation causes several -Wstringop-truncation
warnings. Yet, the whole thing can be replaced by using locales.
@hainest hainest added bug code cleanup Bring the code up to modern standards or remove deprecated features labels Feb 4, 2021
@hainest hainest added this to the Release 11.0 milestone Feb 4, 2021
@hainest hainest self-assigned this Feb 4, 2021
@hainest
Copy link
Contributor Author

hainest commented Feb 4, 2021

https://bottle.cs.wisc.edu/search?dyninst_branch=PR981

No new regressions.

@hainest hainest merged commit 48a2c6b into dyninst:master Feb 4, 2021
@hainest hainest deleted the use_locale_timeStamp branch February 5, 2021 00:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug code cleanup Bring the code up to modern standards or remove deprecated features
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant