2
0
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:
Dave Abrahams
2002-08-24 18:19:35 +00:00
parent 1d94d7e604
commit 780fff70c4

View File

@@ -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)();