Fix comments about version Tcl bug fixed in

This commit is contained in:
Olly Betts 2022-02-08 16:39:42 +13:00
commit 1d088d7124
2 changed files with 2 additions and 2 deletions

View file

@ -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);