diff options
author | David Robillard <d@drobilla.net> | 2020-10-14 21:02:41 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-10-14 21:02:41 +0200 |
commit | 96f6df5b89a300ef69dcba929a2810cb3e5e26ef (patch) | |
tree | 1823b6927aafeb28d12ec1052ca61fab0abb76bc /wscript | |
parent | 24949b8218a149b8030a85129c6c82c5427ef640 (diff) | |
download | pugl-96f6df5b89a300ef69dcba929a2810cb3e5e26ef.tar.gz pugl-96f6df5b89a300ef69dcba929a2810cb3e5e26ef.tar.bz2 pugl-96f6df5b89a300ef69dcba929a2810cb3e5e26ef.zip |
Explicitly declare all special methods
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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 ], }) |