From 8138a68a75286eebc04557019ab0f5947d78eb99 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 30 Jul 2015 17:09:36 +0200 Subject: Try to work around xlC 11.1 warning/errors --- odb/details/function-wrapper.ixx | 7 ------- 1 file changed, 7 deletions(-) (limited to 'odb/details/function-wrapper.ixx') 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&> (x)); return *this; } - - template - inline function_wrapper:: - operator bool_convertible () const - { - return function != 0 ? &function_wrapper::true_value : 0; - } } } -- cgit v1.1