You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I set the ctor body to {} I get a different error : error C2248: 'iox::units::Duration::Duration': cannot access protected member declared in class 'iox::units::Duration'. But it can be related to this error.
Required information
Operating system:
Windows 10 Enterprise LTSC 1809
Compiler version:
MSVC 16.1.28917.181 (from vs2019 build tools)
Eclipse iceoryx version:
main branch
Observed result or behaviour:
error C2280: 'HandleTranslator::HandleTranslator(void) noexcept': attempting to reference a deleted function
Conditions where it occurred / Performed steps:
Building as described in guide for Windows
Additional helpful information
It shows as deleted, but in code HandleTranslator() noexcept =default;
It can be issue with deleted move and copy ctors.
The text was updated successfully, but these errors were encountered: