summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2012-03-28 08:13:47 +0200
committerLuboš Luňák <l.lunak@suse.cz>2012-03-28 09:07:17 +0200
commit86ebc8471d5e056a1240e5f9d487c5b1c9b3d423 (patch)
tree72aa7db3554674873577668d97ec41534f0ac7fe /sal
parent3ba10632a34a4740e77da76d7aa5bda8a2eb99ab (diff)
hopefully only OString ctors do not work with SFINAE broken
Diffstat (limited to 'sal')
-rw-r--r--sal/inc/rtl/string.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sal/inc/rtl/string.hxx b/sal/inc/rtl/string.hxx
index 19430fda6c7c..e7db97b6ed4e 100644
--- a/sal/inc/rtl/string.hxx
+++ b/sal/inc/rtl/string.hxx
@@ -91,7 +91,6 @@ namespace rtl
use this class.
*/
-#ifndef HAVE_SFINAE_ANONYMOUS_BROKEN
namespace internal
{
// This template is used for SFINAE (Substitution failure is not an error), to detect that
@@ -114,7 +113,6 @@ struct CharPtrDetector< char*, T >
typedef T Type;
};
}
-#endif
class OString
{