summaryrefslogtreecommitdiff
path: root/bridges
diff options
context:
space:
mode:
authorHerbert Dürr <hdu@apache.org>2013-05-28 09:52:00 +0000
committerCaolán McNamara <caolanm@redhat.com>2013-05-29 10:03:26 +0100
commit6526fda99f9133736906f326dde5cf48f967fcee (patch)
tree481336c35a4f7a8ef54788d4e2830c5073f9a137 /bridges
parent07b348f51d4af8b6cf78deaf80f5e05bc550e019 (diff)
Related: #i122378# avoid non-iterator bound std::transform()
in some build environments the use of std::transform() with plain pointers as input iterators results in many warnings about how unsafe such a construct is. The warnings could be suppressed e.g. on MSVC with the SCL_SECURE_NO_WARNINGS define. Open coding the construct makes it cleaner and more debugable though. (cherry picked from commit a599e5242751057537c3de6eb58ceff2a173580e) Conflicts: comphelper/inc/comphelper/namedvaluecollection.hxx Change-Id: I3233116bfb862f6cda038541ffecac492623611c
Diffstat (limited to 'bridges')
0 files changed, 0 insertions, 0 deletions