mirror of
https://github.com/orange-cpp/omath.git
synced 2026-02-13 07:03:25 +00:00
silenced warn
This commit is contained in:
@@ -152,7 +152,8 @@ namespace omath
|
|||||||
class Anchor
|
class Anchor
|
||||||
{
|
{
|
||||||
public:
|
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();
|
m_var.decrypt();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user