diff options
Diffstat (limited to 'src/lib/pubkey/ed25519/ed25519_fe.h')
-rw-r--r-- | src/lib/pubkey/ed25519/ed25519_fe.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/pubkey/ed25519/ed25519_fe.h b/src/lib/pubkey/ed25519/ed25519_fe.h index 9a9967554..87ab9caf3 100644 --- a/src/lib/pubkey/ed25519/ed25519_fe.h +++ b/src/lib/pubkey/ed25519/ed25519_fe.h @@ -59,10 +59,8 @@ class FE_25519 FE_25519(const FE_25519& other) = default; FE_25519& operator=(const FE_25519& other) = default; -#if !defined(BOTAN_BUILD_COMPILER_IS_MSVC_2013) FE_25519(FE_25519&& other) = default; FE_25519& operator=(FE_25519&& other) = default; -#endif void from_bytes(const uint8_t b[32]); void to_bytes(uint8_t b[32]) const; |