Commit f9abfc2
deps: fix addons compilation with VS2013
VS2013 does not support defaulting move constructor and assignment
operator. This adds explicit definitions of those methods for two
classes.
This fix is required because we still support building addons with
VS2013 and the incompatibility is in v8.h.
Fixes: #4
PR-URL: nodejs/node#13263
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com>
Reviewed-By: Myles Borins <myles.borins@gmail.com>1 parent ee1925c commit f9abfc2
2 files changed
+23
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4161 | 4161 | | |
4162 | 4162 | | |
4163 | 4163 | | |
4164 | | - | |
| 4164 | + | |
| 4165 | + | |
| 4166 | + | |
4165 | 4167 | | |
4166 | 4168 | | |
4167 | | - | |
| 4169 | + | |
4168 | 4170 | | |
4169 | 4171 | | |
4170 | 4172 | | |
| |||
4277 | 4279 | | |
4278 | 4280 | | |
4279 | 4281 | | |
4280 | | - | |
| 4282 | + | |
| 4283 | + | |
| 4284 | + | |
4281 | 4285 | | |
4282 | | - | |
| 4286 | + | |
4283 | 4287 | | |
4284 | 4288 | | |
4285 | 4289 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7786 | 7786 | | |
7787 | 7787 | | |
7788 | 7788 | | |
| 7789 | + | |
| 7790 | + | |
| 7791 | + | |
| 7792 | + | |
| 7793 | + | |
| 7794 | + | |
| 7795 | + | |
| 7796 | + | |
7789 | 7797 | | |
7790 | 7798 | | |
7791 | 7799 | | |
| |||
7957 | 7965 | | |
7958 | 7966 | | |
7959 | 7967 | | |
| 7968 | + | |
| 7969 | + | |
| 7970 | + | |
| 7971 | + | |
| 7972 | + | |
| 7973 | + | |
| 7974 | + | |
7960 | 7975 | | |
7961 | 7976 | | |
7962 | 7977 | | |
| |||
0 commit comments