Files
loongoffice/include/comphelper
Herbert Dürr 6526fda99f 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
2013-05-29 10:03:26 +01:00
..