Commit abe6ba5
Vladimir 'virtul' Ivannikov
variant.h: silce msvc-specific C5267
https://learn.microsoft.com/en-us/cpp/error-messages/compiler-warnings/c5267
Similar to neighboring C4625
Fix for warnings (errors in /WX mode) like
.../variant.h(759): warning C5267: definition of implicit copy constructor for '...' is deprecated because it has a user-provided destructor1 parent 7fadbf0 commit abe6ba5
2 files changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
19 | 21 | | |
20 | 22 | | |
21 | 23 | | |
| |||
991 | 993 | | |
992 | 994 | | |
993 | 995 | | |
| 996 | + | |
994 | 997 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| |||
0 commit comments