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 ea2d135 commit 57e469aCopy full SHA for 57e469a
stan/math/opencl/kernel_generator/load.hpp
@@ -49,7 +49,7 @@ class load_
49
* Creates a deep copy of this expression.
50
* @return copy of \c *this
51
*/
52
- inline load_<T&> deep_copy() const& { return load_<T&>(a_); }
+ inline load_<T&> deep_copy() const & { return load_<T&>(a_); }
53
inline load_<T> deep_copy() && { return load_<T>(std::forward<T>(a_)); }
54
55
/**
0 commit comments