+2
-2
lines changedFilter options
+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