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

Parameterize printf functions on the type of the format string. #897

Merged
merged 1 commit into from
Oct 8, 2018

Conversation

DanielaE
Copy link
Contributor

@DanielaE DanielaE commented Oct 7, 2018

Signed-off-by: Daniela Engert [email protected]

@DanielaE DanielaE force-pushed the feature/parameterize-printf branch from 01c5a86 to f1cb720 Compare October 7, 2018 14:36
Copy link
Contributor

@vitaut vitaut left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One small comment, otherwise looks good. Thanks!

args...);
}
typedef basic_format_args<printf_context<internal::buffer>::type> printf_args;
typedef basic_format_args<printf_context<internal::wbuffer>::type> wprintf_args;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removing printf_args and wprintf_args might break users' code. I suggest keeping them.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done ...

@DanielaE DanielaE force-pushed the feature/parameterize-printf branch from f1cb720 to 7c9dd4b Compare October 7, 2018 17:25
@DanielaE DanielaE force-pushed the feature/parameterize-printf branch from 7c9dd4b to d0b0ff4 Compare October 8, 2018 06:29
@vitaut vitaut merged commit f27defc into fmtlib:master Oct 8, 2018
@vitaut
Copy link
Contributor

vitaut commented Oct 8, 2018

Merged, thanks!

@DanielaE DanielaE deleted the feature/parameterize-printf branch October 8, 2018 14:13
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