sociomantic-tsunami / swarm

Asynchronous client/node framework library
Boost Software License 1.0
14 stars 26 forks source link

Stop using templates Const, Immut and Inout #406

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

Closed by https://github.com/sociomantic-tsunami/swarm/pull/407.