Skip to content

Fix issue #206 storing Hilbert as shared_ptr in Operator

Vicentini Filippo requested to merge fix_206 into master

Created by: gcarleo

I wanted to do this using std::unique_ptr instead, but I had some issues with deleted copy constructors etc... maybe shared_ptr is good enough

Merge request reports