sociomantic-tsunami / dhtproto

Distributed Hash Table protocol definition, client, fake node, and tests
Boost Software License 1.0
5 stars 22 forks source link

Stop using templates Const, Immut and Inout #218

Closed don-clugston-sociomantic closed 4 years ago

don-clugston-sociomantic commented 4 years ago

The templates Const, Immut and Inout were used for transitioning from D1 to D2. Now that swarm has been converted, they should be replaced by plain D2 keywords.

jens-mueller-sociomantic commented 4 years ago

Somehow this wasn't closed when merging #219.