diff options
author | David Kalnischkies <david@kalnischkies.de> | 2015-05-09 15:37:23 +0200 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2015-05-11 17:22:32 +0200 |
commit | d38926efe1e6d2511bd852607ff4f9c8b60dc76c (patch) | |
tree | 024143d78e60cc7a846e254ff512ae16a15bd0b8 /apt-pkg/indexcopy.cc | |
parent | e8fb1cdfdd13e45f2b3abbd57a28b57ae6137f14 (diff) |
stop depending on copy-on-write for std::string
In 66c3875df391b1120b43831efcbe88a78569fbfe we workaround/fixed a
problem where the code makes the assumption that the compiler uses
copy-on-write implementations for std::string. Turns out that for c++11
compatibility gcc >= 5 will stop doing this by default.
Diffstat (limited to 'apt-pkg/indexcopy.cc')
0 files changed, 0 insertions, 0 deletions