aboutsummaryrefslogtreecommitdiff
path: root/odb/details/function-wrapper.ixx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-07-30 17:09:36 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-07-30 17:09:36 +0200
commit8138a68a75286eebc04557019ab0f5947d78eb99 (patch)
tree0d84e9a830b7c40e093c5904bc5d4b68503b8369 /odb/details/function-wrapper.ixx
parent2e80ed4e860fe45fa4558dc0322fa96b27743793 (diff)
Try to work around xlC 11.1 warning/errors
Diffstat (limited to 'odb/details/function-wrapper.ixx')
-rw-r--r--odb/details/function-wrapper.ixx7
1 files changed, 0 insertions, 7 deletions
diff --git a/odb/details/function-wrapper.ixx b/odb/details/function-wrapper.ixx
index 58ede04..2117847 100644
--- a/odb/details/function-wrapper.ixx
+++ b/odb/details/function-wrapper.ixx
@@ -36,12 +36,5 @@ namespace odb
swap (const_cast<function_wrapper<F>&> (x));
return *this;
}
-
- template <typename F>
- inline function_wrapper<F>::
- operator bool_convertible () const
- {
- return function != 0 ? &function_wrapper<F>::true_value : 0;
- }
}
}