Skip to content

Commit c29b0ac

Browse files
committed
add fwd decl of broadcast array
1 parent 7c86afe commit c29b0ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

stan/math/fwd/functor/broadcast_array.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ namespace stan {
99
namespace math {
1010
namespace internal {
1111

12-
template <typename T>
12+
template <typename T, typename Enable = void>
1313
class broadcast_array;
1414

1515
template <typename T>

0 commit comments

Comments
 (0)