Skip to content

Commit 0a917ee

Browse files
committed
Minor comment tweak
1 parent 969d4ae commit 0a917ee

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

include/fmt/base.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -327,8 +327,7 @@ template <typename T> using decay_t = typename std::decay<T>::type;
327327
using nullptr_t = decltype(nullptr);
328328

329329
#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.
330+
// A workaround for gcc 4.9 & MSVC v141 to make void_t work in a SFINAE context.
332331
template <typename...> struct void_t_impl {
333332
using type = void;
334333
};

0 commit comments

Comments
 (0)