Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Try to please the ultramodern clang running on FreeBSD by properly giving a copy...
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Fri, 31 Mar 2023 16:33:59 +0000 (18:33 +0200)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Fri, 31 Mar 2023 16:34:04 +0000 (18:34 +0200)
commitcb495f2fff67af8d686bc9e78b83828bb114c50c
tree4bcc47c47dd85b5406074c7e7e2cbefe45ee8d28
parentaca743d015bdffe8fbe484da09bc0feba717f9bb
Try to please the ultramodern clang running on FreeBSD by properly giving a copy operator to the abstract class too

We should stop using the copy operator, and use a nice and clean
clone() call instead. Mathieu's on it.
src/mc/api/strategy/BasicStrategy.hpp
src/mc/api/strategy/Strategy.hpp