workaround sal built with _GLIBCXX_DEBUG and cppunit build without it
This commit is contained in:
parent
f034285095
commit
13400b61af
1 changed files with 1 additions and 0 deletions
|
@ -477,6 +477,7 @@ public:
|
||||||
);
|
);
|
||||||
|
|
||||||
std::string line;
|
std::string line;
|
||||||
|
line.reserve(1024);
|
||||||
while (std::getline(file, line, '\0'))
|
while (std::getline(file, line, '\0'))
|
||||||
env_container->push_back(line);
|
env_container->push_back(line);
|
||||||
tidy_container(*env_container);
|
tidy_container(*env_container);
|
||||||
|
|
Loading…
Reference in a new issue