aboutsummaryrefslogtreecommitdiff
path: root/odb/details/function-wrapper.ixx
diff options
context:
space:
mode:
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;
- }
}
}