Project

General

Profile

libprelude-gcc-swig.diff

Antoine LUONG, 09/04/2012 05:47 PM

Download (401 Bytes)

View differences:

bindings/python/libpreludecpp-python.i
21 21
*
22 22
*****/
23 23

  
24
%{
25
/**
26
Fix for gcc >= 4.6 and SWIG 1.3.40
27
*/
28
#include <cstddef>
29
%}
30

  
24 31
%include std_list.i
25 32

  
26 33
%rename (__str__) *::operator const std::string() const;