Skip to content

Commit 780fff7

Browse files
committed
Removed unused bool_type
[SVN r15084]
1 parent 1d94d7e commit 780fff7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/boost/python/extract.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,9 @@ struct extract
108108
{
109109
private:
110110
typedef typename converter::select_extract<T>::type base;
111-
typedef bool (extract<T>::*bool_type)() const;
112111
public:
113112
typedef typename base::result_type result_type;
113+
114114
operator result_type() const
115115
{
116116
return (*this)();

0 commit comments

Comments
 (0)