ruby-rice / rice

Ruby Interface for C++ Extensions
http://ruby-rice.github.io/
Other
378 stars 63 forks source link

C++14 and Variadic Templates #120

Closed jasonroelofs closed 4 years ago

jasonroelofs commented 4 years ago

As investigation into #115 I've started replacing some of our codegen with variadic templates. This requires the use of C++14, which by now should be pretty widely available to not be a problem.

ankane commented 4 years ago

fwiw, PyTorch just announced their last release that supports C++11. Future ones will require C++14.

Source: https://github.com/pytorch/pytorch/releases

jasonroelofs commented 4 years ago

Huh. GitHub got into a weird state. I merged the branch but the PR didn't close out. Strange.