Re: [Cppcms-users] cppcms and C++11/14
Brought to you by:
artyom-beilis
From: Я <tu...@ya...> - 2015-04-09 07:20:06
|
09.04.2015 13:52, Alex Beimler пишет: > Hi, > are there future plans for C++11/14. > > Like a URL-Dispatcher with lambdas or std::function, something like this: > dispatch("/number/(\\d+)", [&](std::string number){ > this->number(number); }); It work fine in current version CPPCMS. |