ENH: add one more stupid function call for the dec cxx compiler...

This commit is contained in:
Bill Hoffman 2002-03-08 08:19:08 -05:00
parent a5f7d6a5dc
commit f3c15849f1
3 changed files with 3 additions and 0 deletions

View File

@ -477,6 +477,7 @@ int main()
std::string cachetest = CACHE_TEST_VAR_INTERNAL;
v.push_back(cachetest);
v2 = v;
std::string x(5,'x');
std::string copy = cachetest;
cachetest.find("bar");
cachetest.rfind("bar");

View File

@ -477,6 +477,7 @@ int main()
std::string cachetest = CACHE_TEST_VAR_INTERNAL;
v.push_back(cachetest);
v2 = v;
std::string x(5,'x');
std::string copy = cachetest;
cachetest.find("bar");
cachetest.rfind("bar");

View File

@ -477,6 +477,7 @@ int main()
std::string cachetest = CACHE_TEST_VAR_INTERNAL;
v.push_back(cachetest);
v2 = v;
std::string x(5,'x');
std::string copy = cachetest;
cachetest.find("bar");
cachetest.rfind("bar");