vgvassilev / clad

clad -- automatic differentiation for C/C++
GNU Lesser General Public License v3.0
291 stars 122 forks source link

Add support for `std::vector::emplace` in both fwd and rvs modes #1100

Open gojakuch opened 2 months ago

gojakuch commented 2 months ago

most of std::vector methods (for the forward mode) are going to be covered in the #1099 PR. emplace isn't tackled there because of its variadic nature, but it still needs to be supported eventually.