sociomantic-tsunami / dhtproto

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

Replace `Const!` with `const` #219

Closed jens-mueller-sociomantic closed 4 years ago

jens-mueller-sociomantic commented 4 years ago

This change replaces all usages of Const! with the D2 builtin const. Const! was only used for transitioning to D2. I also verified that neither Immut! not Inout! are used in this code base.

Fixes sociomantic-tsunami/dhtproto#218.