A RetroSearch Logo

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

Search Query:

Showing content from https://github.com/hirohira9119/fmt/commit/90b80f04a5b731720bf9072040d634510ac15fc3 below:

Fix MSVC 2017 build error · hirohira9119/fmt@90b80f0 · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+2

-2

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+2

-2

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

@@ -326,8 +326,8 @@ using underlying_t = typename std::underlying_type<T>::type;

326 326

template <typename T> using decay_t = typename std::decay<T>::type;

327 327

using nullptr_t = decltype(nullptr);

328 328 329 -

#if FMT_GCC_VERSION && FMT_GCC_VERSION < 500

330 -

// A workaround for gcc 4.9 to make void_t work in a SFINAE context.

329 +

#if (FMT_GCC_VERSION && FMT_GCC_VERSION < 500) || FMT_MSC_VERSION

330 +

// A workaround for gcc 4.9 and MSVC 2017 to make void_t work in a SFINAE context.

331 331

template <typename...> struct void_t_impl {

332 332

using type = void;

333 333

};

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