We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eee02d8 commit c5f983aCopy full SHA for c5f983a
1 file changed
stan/math/prim/meta/is_arena_matrix.hpp
@@ -31,7 +31,8 @@ using require_arena_matrix_t = require_t<is_arena_matrix<std::decay_t<T>>>;
31
/*! \brief Require type does not satisfy @ref is_arena_matrix */
32
/*! @tparam T the type to check */
33
template <typename T>
34
-using require_not_arena_matrix_t = require_t<bool_constant<!is_arena_matrix<std::decay_t<T>>::value>>;
+using require_not_arena_matrix_t
35
+ = require_t<bool_constant<!is_arena_matrix<std::decay_t<T>>::value>>;
36
/*! @} */
37
38
} // namespace stan
0 commit comments