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

Fix undefined behavior in UDL macro #542

Merged
merged 1 commit into from Jul 13, 2017
Merged

Conversation

bylee20
Copy link
Contributor

@bylee20 bylee20 commented Jul 12, 2017

FMT_USE_USER_DEFINED_LITERALS macro expands to defined() which is undefined behavior.

`FMT_USE_USER_DEFINED_LITERALS` macro expands to `defined()` which is undefined behavior.
@vitaut vitaut merged commit 3028344 into fmtlib:master Jul 13, 2017
@vitaut
Copy link
Contributor

vitaut commented Jul 14, 2017

Merged, thanks!

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.

None yet

2 participants