Add support for external C++ template functions.
authorRobert Bradshaw <robertwb@gmail.com>
Thu, 26 Dec 2013 23:40:58 +0000 (15:40 -0800)
committerRobert Bradshaw <robertwb@gmail.com>
Thu, 26 Dec 2013 23:40:58 +0000 (15:40 -0800)
commit404c8968026a355731192f1b48a6f7f16394a5dd
treecb65d0f8657d4ba1d1c70404879a2c6a68062517
parent93e0ec352aefe2e36b586680cfb93c3729707ff7
Add support for external C++ template functions.

The syntax follows that of template classes, namely

    cdef T foo[T](T, ...)
Cython/Compiler/ExprNodes.py
Cython/Compiler/Nodes.py
Cython/Compiler/Pipeline.py
Cython/Compiler/PyrexTypes.py
Cython/Compiler/Symtab.py