mirror of
https://github.com/boostorg/python.git
synced 2026-01-25 18:32:24 +00:00
Kill errant `typename'
[SVN r16464]
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
namespace boost { namespace python { namespace objects {
|
||||
|
||||
template <class T>
|
||||
typename bool is_null(T const& p, ...)
|
||||
bool is_null(T const& p, ...)
|
||||
{
|
||||
return p.get() == 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user