summaryrefslogtreecommitdiff
path: root/o3tl
diff options
context:
space:
mode:
authorThorsten Behrens <Thorsten.Behrens@CIB.de>2015-08-17 14:40:17 +0200
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2015-08-17 16:38:30 +0000
commitad1f0d1f1a195a00cf2ec2848745fdc6186bfbb1 (patch)
treecaff9162236ce0271dabf7bbb0c9fbb3673092d6 /o3tl
parent9c4d75bea581266ccfc186da4db2c04901c9f862 (diff)
o3tl: rename compat_functional header
After the cleanup, the stuff there really stands on its own (and the remaining usage of select1st/2nd is more descriptive than lambdas). Change-Id: I0aba131d5dc550189f8130d167dc94167e404540 Reviewed-on: https://gerrit.libreoffice.org/17806 Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de> Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Diffstat (limited to 'o3tl')
-rw-r--r--o3tl/README7
1 files changed, 4 insertions, 3 deletions
diff --git a/o3tl/README b/o3tl/README
index 9a222f59be86..7900e70171d0 100644
--- a/o3tl/README
+++ b/o3tl/README
@@ -24,6 +24,7 @@ Represents a range of integer or iterator values.
[git:o3tl/inc/o3tl/vector_pool.hxx]
Simple vector-based memory pool allocator.
-[git:o3tl/inc/o3tl/compat_functional.hxx]
-Some more templates. Contains also templates from STLport's functional header that are not part of the
-C++ standard (STLport has been replaced by direct use of the C++ STL in LibreOffice).
+[git:o3tl/inc/o3tl/functional.hxx]
+Some more templates, leftovers in spirit of STLport's old functional
+header that are not part of the C++ standard (STLport has been
+replaced by direct use of the C++ STL in LibreOffice).