Skip to content

Commit 8467f36

Browse files
committed
Kill errant `typename'
[SVN r16464]
1 parent 43a9571 commit 8467f36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/boost/python/object/pointer_holder.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
namespace boost { namespace python { namespace objects {
3434

3535
template <class T>
36-
typename bool is_null(T const& p, ...)
36+
bool is_null(T const& p, ...)
3737
{
3838
return p.get() == 0;
3939
}

0 commit comments

Comments
 (0)