sociomantic-tsunami / swarm

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

Make neo RequestContext getters const #323

Closed nemanja-boric-sociomantic closed 6 years ago

nemanja-boric-sociomantic commented 6 years ago

Since we're passing the const object of RequestContext to the user, getters needs to be marked as const to be usable.

nemanja-boric-sociomantic commented 6 years ago

Oh, this should actually hit v4.7.x.

nemanja-boric-sociomantic commented 6 years ago

Rebased.