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.
2 parents 0e5e174 + df13a9a commit 9ca70eeCopy full SHA for 9ca70ee
1 file changed
src/cmdstan-guide/external_code.Rmd
@@ -42,6 +42,9 @@ this program to C++, but the generated C++ code will not compile
42
unless you write a file
43
such as `examples/bernoulli/make_odds.hpp` with the following lines
44
```
45
+#include <boost/math/tools/promotion.hpp>
46
+#include <ostream>
47
+
48
namespace bernoulli_model_namespace {
49
template <typename T0__> inline typename
50
boost::math::tools::promote_args<T0__>::type make_odds(const T0__&
0 commit comments