Skip to content
Snippets Groups Projects
Commit 6f213b16 authored by Xavier Valls Pla's avatar Xavier Valls Pla Committed by Guilherme Amadio
Browse files

Fix for the modules build

parent e72ff508
No related branches found
No related tags found
No related merge requests found
...@@ -25,6 +25,7 @@ ...@@ -25,6 +25,7 @@
//#ifndef __CINT__ //#ifndef __CINT__
//#include <memory> //#include <memory>
#include "Rtypes.h"
#include <functional> #include <functional>
#include <vector> #include <vector>
#include <iostream> #include <iostream>
...@@ -230,7 +231,7 @@ private: ...@@ -230,7 +231,7 @@ private:
// inline static T EvalConst(PObj & pobj, F * f, const T *x, const double * p) { // inline static T EvalConst(PObj & pobj, F * f, const T *x, const double * p) {
// return ((*pobj).*f)((T*)x, (double*)p); // return ((*pobj).*f)((T*)x, (double*)p);
// } // }
// }; // };
...@@ -244,8 +245,6 @@ private: ...@@ -244,8 +245,6 @@ private:
// } // }
// }; // };
private : private :
ParamMemFunHandler(const ParamMemFunHandler&); // Not implemented ParamMemFunHandler(const ParamMemFunHandler&); // Not implemented
ParamMemFunHandler& operator=(const ParamMemFunHandler&); // Not implemented ParamMemFunHandler& operator=(const ParamMemFunHandler&); // Not implemented
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment