Project

General

Profile

Bug #5516 ยป 0001-Address-WServer.C-clang-3.8-compiler-error.patch

Bruce Toll, 01/24/2017 06:56 AM

View differences:

src/Wt/WServer.C
{
ApplicationEvent event(sessionId, function, fallbackFunction);
ioService().schedule(milliSeconds,
std::bind(&WebController::handleApplicationEvent,
webController_, event));
ioService().schedule(milliSeconds, [this, event] () {
webController_->handleApplicationEvent(event);
});
}
void WServer::addEntryPoint(EntryPointType type, ApplicationCreator callback,
    (1-1/1)