#11614: Make Cython libcpp usable
------------------------------+---------------------------------------------
   Reporter:  vbraun          |          Owner:  jason       
       Type:  defect          |         Status:  needs_review
   Priority:  major           |      Milestone:  sage-4.8    
  Component:  misc            |       Keywords:              
Work_issues:                  |       Upstream:  N/A         
   Reviewer:  Jeroen Demeyer  |         Author:  Volker Braun
     Merged:                  |   Dependencies:              
------------------------------+---------------------------------------------

Comment(by john_perry):

 I can't get this to work on alpha0 or alpha4; I get, for example,
 {{{
 Error converting Pyrex file to C:
 ------------------------------------------------------------
 ...
             sage: TestSuite(v)
             Test suite for vector<int>:
              data[0] = 123
              data[1] = 456
         """
         self.data = new vector[int]()
                        ^
 ------------------------------------------------------------

 
/Users/user/.sage/temp/Users_MacBook_Pro.local/5523/spyx/_Users_user__sage_temp_Users_MacBook_Pro_local_5523_tmp_0_spyx/_Users_user__sage_temp_Users_MacBook_Pro_local_5523_tmp_0_spyx_0.pyx:62:24:
 Operation only allowed in c++
 }}}
 I find that odd, considering it's supposed to be C++. Is there a minimum
 alpha revision for which this works?

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/11614#comment:5>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sage-trac?hl=en.

Reply via email to