2
0
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:
Dave Abrahams
2002-12-01 04:40:05 +00:00
parent 43a9571b2c
commit 8467f36b80

View File

@@ -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;
}