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
};
#ifdef CPPCHECK
#define RTG_REQUIRES(...) class=void
#define RTG_REQUIRES(...) class = void
#else
#define RTG_REQUIRES(...) class = typename std::enable_if<and_<__VA_ARGS__, true>{}>::type
#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