diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2022-10-02 02:06:09 +0200 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2022-10-02 02:06:09 +0200 |
commit | a55fc8e43ba88ae33dd15838bd3de84b7238fc7a (patch) | |
tree | f19d77a0c00429da2b1eea488884e8bc296bc818 /src/encryption/DeviceVerificationFlow.cpp | |
parent | Fix a few more warnings (diff) | |
download | nheko-a55fc8e43ba88ae33dd15838bd3de84b7238fc7a.tar.xz |
Work around MSVC bug with structured bindings in lambdas
Causes error messages like: error C3493: 'key_id' cannot be implicitly captured because no default capture mode has been specified
Diffstat (limited to 'src/encryption/DeviceVerificationFlow.cpp')
-rw-r--r-- | src/encryption/DeviceVerificationFlow.cpp | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/src/encryption/DeviceVerificationFlow.cpp b/src/encryption/DeviceVerificationFlow.cpp |