Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Delete the implicitely defined move constructor.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Wed, 14 Apr 2021 11:22:58 +0000 (13:22 +0200)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Wed, 14 Apr 2021 19:09:56 +0000 (21:09 +0200)
commitf7cf88e9b8d4b9e06de8dc548df6b6adb780a893
treec3e939d29eb934c447a021af2315b1343a0ccffe
parentb6c7f3a266759cc9730c162437ea10f8e8ac9f8b
Delete the implicitely defined move constructor.

Fix for sonar issue S5018: Move and swap operations should be "noexcept"

Anyway, AFAICT, the implicit move constructor here does nothing more than the copy-constructor.
src/kernel/lmm/maxmin.hpp