Run clang-format
This commit is contained in:
parent
8dc4feb751
commit
62dd44dae7
@ -336,7 +336,7 @@ struct monostate {
|
|||||||
// `(void)var` method does not work on many intel compilers. This is
|
// `(void)var` method does not work on many intel compilers. This is
|
||||||
// from Herb Sutter, "Shutting up compiler warnings",
|
// from Herb Sutter, "Shutting up compiler warnings",
|
||||||
// https://herbsutter.com/2009/10/18/mailbag-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
|
// 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
|
// shorter symbols: https://godbolt.org/z/sWw4vP. Extra parentheses are needed
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user