A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/fmtlib/fmt/commit/41539c29f342e67abb925b946acab6d55d331b36 below:

Workaround a bug in gcc 6 (#4318) · fmtlib/fmt@41539c2 · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+3

-3

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+3

-3

lines changed Original file line number Diff line number Diff line change

@@ -96,9 +96,9 @@

96 96

// Detect C++14 relaxed constexpr.

97 97

#ifdef FMT_USE_CONSTEXPR

98 98

// Use the provided definition.

99 -

#elif FMT_GCC_VERSION >= 600 && FMT_CPLUSPLUS >= 201402L

100 -

// GCC only allows throw in constexpr since version 6:

101 -

// https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67371.

99 +

#elif FMT_GCC_VERSION >= 702 && FMT_CPLUSPLUS >= 201402L

100 +

// GCC only allows constexpr member functions in non-literal types since 7.2:

101 +

// https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66297.

102 102

# define FMT_USE_CONSTEXPR 1

103 103

#elif FMT_ICC_VERSION

104 104

# define FMT_USE_CONSTEXPR 0 // https://github.com/fmtlib/fmt/issues/1628

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4