mirror of
https://github.com/orange-cpp/omath.git
synced 2026-02-12 22:53:27 +00:00
silenced warn
This commit is contained in:
@@ -152,7 +152,8 @@ namespace omath
|
||||
class Anchor
|
||||
{
|
||||
public:
|
||||
OMATH_FORCEINLINE constexpr Anchor(EncryptedVarType& var): m_var(var)
|
||||
// ReSharper disable once CppNonExplicitConvertingConstructor
|
||||
OMATH_FORCEINLINE constexpr Anchor(EncryptedVarType& var): m_var(var) // NOLINT(*-explicit-constructor)
|
||||
{
|
||||
m_var.decrypt();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user