summaryrefslogtreecommitdiffstats
path: root/contrib/libc++/include/__functional_base
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/libc++/include/__functional_base')
-rw-r--r--contrib/libc++/include/__functional_base6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/libc++/include/__functional_base b/contrib/libc++/include/__functional_base
index 63aa41d..2385459 100644
--- a/contrib/libc++/include/__functional_base
+++ b/contrib/libc++/include/__functional_base
@@ -43,7 +43,7 @@ template <class _Tp>
struct __has_result_type
{
private:
- struct __two {char _; char __;};
+ struct __two {char __lx; char __lxx;};
template <class _Up> static __two __test(...);
template <class _Up> static char __test(typename _Up::result_type* = 0);
public:
@@ -69,7 +69,7 @@ template <class _Tp>
struct __derives_from_unary_function
{
private:
- struct __two {char _; char __;};
+ struct __two {char __lx; char __lxx;};
static __two __test(...);
template <class _Ap, class _Rp>
static unary_function<_Ap, _Rp>
@@ -83,7 +83,7 @@ template <class _Tp>
struct __derives_from_binary_function
{
private:
- struct __two {char _; char __;};
+ struct __two {char __lx; char __lxx;};
static __two __test(...);
template <class _A1, class _A2, class _Rp>
static binary_function<_A1, _A2, _Rp>
OpenPOWER on IntegriCloud