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

Remove std:: from sprintf #39817

Merged
merged 1 commit into from
Apr 22, 2020

Conversation

jbytheway
Copy link
Contributor

Summary

SUMMARY: None

Purpose of change

Due to libintl #defineing sprintf, you can't use a std:: prefix on it.

We had the same problem the last time we upgraded Catch (see 6541614).

Describe the solution

Remove std:: in catch.hpp

Due to libintl #defining sprintf, you can't use a std:: prefix on it.
So tweak catch.hpp accordingly.
@ZhilkinSerg ZhilkinSerg merged commit 3d0c720 into CleverRaven:master Apr 22, 2020
@ZhilkinSerg
Copy link
Contributor

We'll see on Jenkins

@jbytheway jbytheway deleted the fix_catch_on_windows branch July 13, 2020 12:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants