Searched hist:b72581eb (Results 1 – 2 of 2) sorted by relevance
/aoo41x/main/configmgr/source/ |
H A D | partial.hxx | diff b72581eb Wed May 15 08:24:08 UTC 2013 Herbert Dürr <hdu@apache.org> #i122208# avoid default assignment operator of recursive STL containers support for recursive STL containers is not required by the standard. Boost TR1 containers allow them explicitly though but for some compiler/stl combinations there are constness issues that prevent the default assignment operator to work. Adding a small helper function solves this problem in a clean way. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1482719 13f79535-47bb-0310-9956-ffa450edef68
|
H A D | partial.cxx | diff b72581eb Wed May 15 08:24:08 UTC 2013 Herbert Dürr <hdu@apache.org> #i122208# avoid default assignment operator of recursive STL containers support for recursive STL containers is not required by the standard. Boost TR1 containers allow them explicitly though but for some compiler/stl combinations there are constness issues that prevent the default assignment operator to work. Adding a small helper function solves this problem in a clean way. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1482719 13f79535-47bb-0310-9956-ffa450edef68
|
Completed in 10 milliseconds