Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@n16h7hunt3r
Copy link
Contributor

@n16h7hunt3r n16h7hunt3r commented Aug 11, 2020

PR for #1811

tested only with PGI 19.10.0 and gcc 7.5.0

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

((FMT_GCC_VERSION >= 604 && __cplusplus >= 201402L) || \
FMT_CLANG_VERSION >= 304)
FMT_CLANG_VERSION >= 304) && \
!__PGI
Copy link
Contributor

Choose a reason for hiding this comment

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

!__PGI -> !defined(__PGI) to fix the build.

@vitaut vitaut merged commit fb0aeb8 into fmtlib:master Aug 11, 2020
@vitaut
Copy link
Contributor

vitaut commented Aug 11, 2020

Thanks!

facebook-github-bot pushed a commit to facebookarchive/profilo that referenced this pull request Aug 18, 2020
Summary: Add PRs [#1808](fmtlib/fmt#1808), [#1812](fmtlib/fmt#1812), [#1816](fmtlib/fmt#1816), [#1818](fmtlib/fmt#1818) to improve cross-platform compatibility.

Reviewed By: stepancheg

Differential Revision: D23154350

fbshipit-source-id: 42f3781f70d376e1da2bcf34cb89a56f431371e4
EduardoCostaom pushed a commit to EduardoCostaom/profilo that referenced this pull request Nov 2, 2022
Summary: Add PRs [#1808](fmtlib/fmt#1808), [#1812](fmtlib/fmt#1812), [#1816](fmtlib/fmt#1816), [#1818](fmtlib/fmt#1818) to improve cross-platform compatibility.

Reviewed By: stepancheg

Differential Revision: D23154350

fbshipit-source-id: 42f3781f70d376e1da2bcf34cb89a56f431371e4
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