ENH: add one more stupid function call for the dec cxx compiler...
This commit is contained in:
parent
a5f7d6a5dc
commit
f3c15849f1
|
@ -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");
|
||||
|
|
|
@ -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");
|
||||
|
|
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue