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 MSVC use [[nodiscard]] #2615

Merged
merged 3 commits into from
Nov 26, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
It was not me!
AlexGuteniev committed Nov 25, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 6a13275f9ea91ec1533cf7c97080e5475eeb5c68
2 changes: 1 addition & 1 deletion include/fmt/core.h
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@
// The fmt library version in the form major * 10000 + minor * 100 + patch.
#define FMT_VERSION 80001

#if defined (__clang__ ) && !defined(__ibmxl__)
#if defined(__clang__) && !defined(__ibmxl__)
# define FMT_CLANG_VERSION (__clang_major__ * 100 + __clang_minor__)
#else
# define FMT_CLANG_VERSION 0