This avoids some spurious -Wmaybe_unitialized warning when using `std::optional<wxString>` with gcc and is also generally better practice as it ensures that the fields are always initialized correctly. Closes #23167. |
||
|---|---|---|
| .. | ||
| msvc/wx | ||
| wx | ||
This avoids some spurious -Wmaybe_unitialized warning when using `std::optional<wxString>` with gcc and is also generally better practice as it ensures that the fields are always initialized correctly. Closes #23167. |
||
|---|---|---|
| .. | ||
| msvc/wx | ||
| wx | ||