Doing libes.a in src/es and adding t-eoReal.cpp in test
I had to move eoRealBounds to utils dir because of global objects Some domino consequences here and there ...
This commit is contained in:
parent
511dc26623
commit
4968d64b05
19 changed files with 120 additions and 25 deletions
|
|
@ -470,7 +470,7 @@ public:
|
|||
// so here we do have arguments
|
||||
string t = _value.substr(pos+1);// the arguments
|
||||
_value.resize(pos);
|
||||
first = _value; // done for the keyword
|
||||
first = _value; // done for the keyword (NOTE: may be empty string!)
|
||||
|
||||
// now all arguments
|
||||
string delim(" (),");
|
||||
|
|
|
|||
Reference in a new issue