From 96f6df5b89a300ef69dcba929a2810cb3e5e26ef Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 14 Oct 2020 21:02:41 +0200 Subject: Explicitly declare all special methods --- wscript | 4 ---- 1 file changed, 4 deletions(-) (limited to 'wscript') diff --git a/wscript b/wscript index 9b1e616..ff6a768 100644 --- a/wscript +++ b/wscript @@ -119,10 +119,6 @@ def configure(conf): 'msvc': [ '/wd4355', # 'this' used in base member initializer list '/wd4571', # structured exceptions (SEH) are no longer caught - '/wd4625', # copy constructor implicitly deleted - '/wd4626', # assignment operator implicitly deleted - '/wd5026', # move constructor implicitly deleted - '/wd5027', # move assignment operator implicitly deleted ], }) -- cgit v1.2.1