-
Notifications
You must be signed in to change notification settings - Fork 105
Open
Description
currently, autobahn-cpp announces to run on C++11 or higher. which is getting old. and newer C++ version have added/rectified quit a bit of the new shiny stuff (async, anonymous funs, type inference, ..) we might want to use.
also see: #205