Skip to content

Commit 67ea404

Browse files
committed
[Memory] Remove useless typename
1 parent 102918f commit 67ea404

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/memory.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ namespace boost { namespace python { namespace objects { \
4141
PyObject* weakrefs; \
4242
instance_holder* objects; \
4343
\
44-
typedef typename type_with_alignment< \
44+
typedef type_with_alignment< \
4545
::boost::alignment_of<Data>::value \
4646
>::type align_t; \
4747
\

0 commit comments

Comments
 (0)