unstabler/Azalea

Windows (VS2019)에서 빌드 불가능한 문제

Closed this issue · 0 comments

connect(response, &APIFutureResponse::rejected, this, [=] (int code, QString content) {
// TODO: 오류 핸들링
});

  • Visual C++에서 빈 람다를 허용하지 않는 듯 하다

// WARN: thread-safe 하지 않으므로 호출에 주의할 것
for (auto finalizerFunc : __finalizers)
{
finalizerFunc();
}

  • 왜 안되는거야 ㅁㄴㅇㄹ