We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 102918f commit 67ea404Copy full SHA for 67ea404
src/memory.hpp
@@ -41,7 +41,7 @@ namespace boost { namespace python { namespace objects { \
41
PyObject* weakrefs; \
42
instance_holder* objects; \
43
\
44
- typedef typename type_with_alignment< \
+ typedef type_with_alignment< \
45
::boost::alignment_of<Data>::value \
46
>::type align_t; \
47
0 commit comments