mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Prevent copying with internal::noncopyable.
This commit is contained in:
@@ -16,7 +16,7 @@ namespace Eigen {
|
||||
* \brief Stem functions corresponding to standard mathematical functions.
|
||||
*/
|
||||
template <typename Scalar>
|
||||
class StdStemFunctions
|
||||
class StdStemFunctions : internal::noncopyable
|
||||
{
|
||||
public:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user