Run clang-format

This commit is contained in:
Greg Sjaardema 2021-06-29 08:28:47 -06:00
parent 8dc4feb751
commit 62dd44dae7

View File

@ -336,7 +336,7 @@ struct monostate {
// `(void)var` method does not work on many intel compilers. This is
// from Herb Sutter, "Shutting up compiler warnings",
// https://herbsutter.com/2009/10/18/mailbag-shutting-up-compiler-warnings/
template<class T> void ignore_unused( const T& ) { }
template <class T> void ignore_unused(const T&) {}
// An enable_if helper to be used in template parameters which results in much
// shorter symbols: https://godbolt.org/z/sWw4vP. Extra parentheses are needed