microsoft / knossos-ksc

Compiler with automatic differentiation
Other
45 stars 10 forks source link

Remove deprecated function __make_cpp_str #904

Closed dcrc2 closed 3 years ago

dcrc2 commented 3 years ago

Follows on from #865.

When compiling ks to a python module, we now always specify the entry-points using structured names. This PR removes the one remaining place where we were not using structured names.