We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 969d4ae commit 0a917eeCopy full SHA for 0a917ee
include/fmt/base.h
@@ -327,8 +327,7 @@ template <typename T> using decay_t = typename std::decay<T>::type;
327
using nullptr_t = decltype(nullptr);
328
329
#if (FMT_GCC_VERSION && FMT_GCC_VERSION < 500) || FMT_MSC_VERSION
330
-// A workaround for gcc 4.9 and MSVC v141 to make void_t work in a SFINAE
331
-// context.
+// A workaround for gcc 4.9 & MSVC v141 to make void_t work in a SFINAE context.
332
template <typename...> struct void_t_impl {
333
using type = void;
334
};
0 commit comments