Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Revert "Delete the implicitely defined move constructor."
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Wed, 14 Apr 2021 21:45:10 +0000 (23:45 +0200)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Wed, 14 Apr 2021 21:47:12 +0000 (23:47 +0200)
commit5b542ab50095428450e36bb4bed15df852b78290
treea44d74cc89028c2d6a02ca07645f6f70bde4c0df
parent5b1ba17cb065b5d05bc34c9c5aaaadf87d671109
Revert "Delete the implicitely defined move constructor."

This reverts commit c26d236dedf486357690800a0d5527871ef45620.

Clang 13 fails with "The specified type does not meet the requirements of
Cpp17MoveInsertable"

AFAICT, the std::deque makes a noexcept constructor impossible.
examples/cpp/dht-kademlia/routing_table.hpp