toddsundsted / stunt

LambdaMOO with multiple inheritance, anonymous objects, HTTP, JSON <-> MOO translation, better crypto, a map datatype and a RESTful interface.
http://stunt.io/
72 stars 17 forks source link

Couple quick changes for C++14 compliance. #19

Closed SpiraMirabilis closed 7 years ago

SpiraMirabilis commented 7 years ago

A couple of quick changes so that C++14 compilers can compile.

tvdijen commented 7 years ago

I have also addressed the net_multi.cc issue in https://github.com/toddsundsted/stunt/pull/12/commits/b93aa7f39c161b887f9065ecced9300285aa1cbd, though it has not been merged yet.

toddsundsted commented 7 years ago

merged! thanks @SpiraMirabilis!