Commit 01e21e12 authored by Paul's avatar Paul
Browse files

Formatting

parent 43dc4ccf
...@@ -11,7 +11,7 @@ struct and_ : std::is_same<and_<Bs...>, and_<(Bs || true)...>> // NOLINT ...@@ -11,7 +11,7 @@ struct and_ : std::is_same<and_<Bs...>, and_<(Bs || true)...>> // NOLINT
}; };
#ifdef CPPCHECK #ifdef CPPCHECK
#define RTG_REQUIRES(...) class=void #define RTG_REQUIRES(...) class = void
#else #else
#define RTG_REQUIRES(...) class = typename std::enable_if<and_<__VA_ARGS__, true>{}>::type #define RTG_REQUIRES(...) class = typename std::enable_if<and_<__VA_ARGS__, true>{}>::type
#endif #endif
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment