sociomantic-tsunami / dhtproto

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

Client's NodeHashRanges: Use typeof instead of deprecated Trait #230

Closed Geod24 closed 4 years ago

Geod24 commented 4 years ago
This is deprecated since v5.0.0 but since DMD didn't show deprecation messages on templates,
it was not noticed until we attempted to remove the module.

Intended to unblock https://github.com/sociomantic-tsunami/ocean/pull/823 CC @joseph-wakeling-frequenz

Geod24 commented 4 years ago

Expanded the commit message.