Skip to content
Snippets Groups Projects
Commit 953b4a02 authored by Philippe Canal's avatar Philippe Canal
Browse files

When using #pragma function, one can not name the argument (otherwise the type...

When using #pragma function, one can not name the argument (otherwise the type is not properly looked up)


git-svn-id: http://root.cern.ch/svn/root/trunk@17845 27541ba8-7e3a-0410-8455-c3a389f83636
parent e08507c5
No related branches found
No related tags found
No related merge requests found
......@@ -88,7 +88,7 @@ using namespace std;
#pragma link C++ function operator>=(const string&,const char*);
#pragma link C++ function operator+(const string&,const char*);
//#pragma link C++ function swap(string& lhs,string& rhs);
#pragma link C++ function swap(string&,string&);
#pragma link C++ function getline;
//#endif // G__ROOT
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment