Skip to content

Commit f448c13

Browse files
committed
bugfix stan_print
1 parent 2e10ede commit f448c13

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

stan/math/prim/fun/stan_print.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
// prints used in generator for print() statements in modeling language
1111

12-
template <typename T, require_stan_scalar_t<T>* = nullptr>
12+
template <typename T, require_not_container_t<T>* = nullptr>
1313
void stan_print(std::ostream* o, const T& x) {
1414
*o << x;
1515
}

0 commit comments

Comments
 (0)