mirror of
https://github.com/boostorg/python.git
synced 2026-01-20 04:42:28 +00:00
Removed unused bool_type
[SVN r15084]
This commit is contained in:
@@ -108,9 +108,9 @@ struct extract
|
||||
{
|
||||
private:
|
||||
typedef typename converter::select_extract<T>::type base;
|
||||
typedef bool (extract<T>::*bool_type)() const;
|
||||
public:
|
||||
typedef typename base::result_type result_type;
|
||||
|
||||
operator result_type() const
|
||||
{
|
||||
return (*this)();
|
||||
|
||||
Reference in New Issue
Block a user