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

Make FMT_CTOR and FMT_WRAP1 macros work with bcc32 #1094

Closed
wants to merge 1 commit into from

Conversation

starkmapper
Copy link

I agree that my contributions are licensed under the {fmt} license, and agree to future changes to the licensing.

I've taken another look at the macros and made the required changes as minimal as possible.

@@ -2497,6 +2497,8 @@ inline uint64_t make_type(FMT_GEN15(FMT_ARG_TYPE_DEFAULT)) {
arr[n] = fmt::internal::MakeValue< fmt::BasicFormatter<char> >(v##n)
# define FMT_ASSIGN_wchar_t(n) \
arr[n] = fmt::internal::MakeValue< fmt::BasicFormatter<wchar_t> >(v##n)
# define FMT_ASSIGN_Char(n) \
Copy link
Contributor

Choose a reason for hiding this comment

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

Indent is a bit off.

@vitaut
Copy link
Contributor

vitaut commented Mar 30, 2019

This looks way less intrusive, thanks!

@vitaut
Copy link
Contributor

vitaut commented Mar 31, 2019

Merged in 8ad1c12.

@vitaut vitaut closed this Mar 31, 2019
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