mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 07:08:38 -05:00
ENH: add one more stupid function call for the dec cxx compiler...
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user