diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2002-03-08 18:12:31 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2002-03-08 18:12:31 (GMT) |
commit | 8f20044a6460ea86b2e0a3d6d4985792c9021ad2 (patch) | |
tree | 36ff8be0c67c1f850f156797e3d039ef23dfd48b /Tests/ComplexOneConfig/Executable | |
parent | b45f96a83b5f74e194943df1cb5a3433a34da7a2 (diff) | |
download | CMake-8f20044a6460ea86b2e0a3d6d4985792c9021ad2.zip CMake-8f20044a6460ea86b2e0a3d6d4985792c9021ad2.tar.gz CMake-8f20044a6460ea86b2e0a3d6d4985792c9021ad2.tar.bz2 |
ENH: more dec silly stuff
Diffstat (limited to 'Tests/ComplexOneConfig/Executable')
-rw-r--r-- | Tests/ComplexOneConfig/Executable/complex.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/ComplexOneConfig/Executable/complex.cxx b/Tests/ComplexOneConfig/Executable/complex.cxx index d239b5c..454b2c6 100644 --- a/Tests/ComplexOneConfig/Executable/complex.cxx +++ b/Tests/ComplexOneConfig/Executable/complex.cxx @@ -23,6 +23,7 @@ void ForceStringUse() std::string x(5,'x'); char buff[5]; x.copy(buff, 1, 0); + x[0] = 'a'; std::string::size_type pos = 0; x.replace(pos, pos, pos, 'x'); std::string copy = cachetest; |