Skip to content

Commit 1ef4abd

Browse files
committed
class needs public declaration
1 parent c3365c2 commit 1ef4abd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

stan/math/prim/functor/operands_and_partials.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ class ops_partials_edge;
5555
*/
5656
template <typename ViewElt, typename Op>
5757
class ops_partials_edge<ViewElt, Op, require_st_arithmetic<Op>> {
58+
public:
5859
using inner_op = std::conditional_t<is_eigen<value_type_t<Op>>::value,
5960
value_type_t<Op>, Op>;
6061
using partials_t = empty_broadcast_array<ViewElt, inner_op>;

0 commit comments

Comments
 (0)