On Wednesday 24 July 2002 14:28, Lars Gullik Bjønnes wrote: > | 1361 inset->Latex(fs, -1); > | 1362 h += fs.tellp() - 1;
I know that 1L work for this case, but what is the right fix (ie. compiler independent) static_cast<streampos>(1) or static_cast<pos_type>(1)? I want to make a patch for all the different versions, so that if someone wants to test the different versions doesn't need to recover from the same errors. > Does it make any difference if you use 1L instead of just 1 in the > lines with the warnings above? -- José Abílio