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
Zserio version and language
Zserio: latest from master
Language: C++
Describe the bug
Check and resolve SCA warning MISRACPP2023-15_1_3-a ("Conversion operators and constructors that are callable with a single argument shall be explicit") reported in Zserio on C++ runtime library.
Rule ID
severity
Message
Path
Line
Link to sonarcloud
MISRACPP2023-15_1_3-a
2
Constructor 'inplace_optional_holder' allowing conversion should be made explicit
mikir
changed the title
Fix MISRA C++ 2023 rule "Conversion operators and constructors that are callable with a single argument shall be explicit"
Fix MISRA C++ 2023 rule 15.1.3 "Conversion operators and constructors that are callable with a single argument shall be explicit"
Apr 12, 2024
Zserio version and language
Zserio: latest from master
Language: C++
Describe the bug
Check and resolve SCA warning MISRACPP2023-15_1_3-a ("Conversion operators and constructors that are callable with a single argument shall be explicit") reported in Zserio on C++ runtime library.
How to reproduce
see the sonarcloud links
Expected behavior
No SCA warnings for MISRA 2023 ruleset
Additional context
The text was updated successfully, but these errors were encountered: