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 3c848c2 commit 86d6f32Copy full SHA for 86d6f32
src/memory.hpp
@@ -23,6 +23,12 @@
23
* This section contains a convenience MACRO which allows an easy specialization of
24
* Boost Python Object allocator for struct data types containing Eigen objects and requiring
25
* strict alignment.
26
+ *
27
+ * This code was proposed as an stackoverflow answer:
28
+ * http://stackoverflow.com/questions/13177573/how-to-expose-aligned-class-with-boost-python/29694518
29
+ * Leading to this page proposing the solution:
30
+ * http://fhtagn.net/prog/2015/04/16/quaternion_boost_python.html
31
32
*/
33
#define EIGENPY_DEFINE_STRUCT_ALLOCATOR_SPECIALIZATION(...) \
34
namespace boost { namespace python { namespace objects { \
0 commit comments