Fix comments about version Tcl bug fixed in
This commit is contained in:
parent
a5315e1159
commit
1d088d7124
2 changed files with 2 additions and 2 deletions
|
|
@ -141,7 +141,7 @@ std::vector<std::string> RevStringVec (const std::vector<std::string> &In)
|
|||
}
|
||||
%}
|
||||
|
||||
// regression test for Tcl typecheck bug with empty list fixed in 4.2.0
|
||||
// regression test for Tcl typecheck bug with empty list fixed in 4.1.0
|
||||
%inline %{
|
||||
int sum(const std::vector<int> &v) {
|
||||
return std::accumulate(v.begin(),v.end(),0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue