Opened 11 years ago

Closed 11 years ago

#5639 closed Patches (fixed)

Including slice.hpp to boost/python

Reported by: ankitdaf@… Owned by: Ralf W. Grosse-Kunstleve
Milestone: To Be Determined Component: python USE GITHUB
Version: Boost 1.46.1 Severity: Problem
Keywords: include, segmentation fault Cc: ankitdaf@…

Description

slice.hpp needs to be included to boost/python.hpp otherwise it throws a segmentation fault when trying to access slice data in C++ , as I observed while writing tests for the boost/python/numpy library

Change History (1)

comment:1 by Ralf W. Grosse-Kunstleve, 11 years ago

Resolution: fixed
Status: newclosed

Fixed on trunk, revision 72745. (It is too late for the 1.47.0 release; I'll merge for the next release.) Thanks.

Note: See TracTickets for help on using tickets.