mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-05 06:01:04 +01:00
Remove most uses of AUDACITY_OLD_STD
This commit is contained in:
@@ -32,14 +32,9 @@ struct AboutDialogCreditItem {
|
||||
: description(description_), role(role_)
|
||||
{}
|
||||
|
||||
#ifdef __AUDACITY_OLD_STD__
|
||||
AboutDialogCreditItem(const AboutDialogCreditItem&) = default;
|
||||
AboutDialogCreditItem& operator= (const AboutDialogCreditItem&) = default;
|
||||
#else
|
||||
// No copy, use the move
|
||||
AboutDialogCreditItem(const AboutDialogCreditItem&) PROHIBITED;
|
||||
AboutDialogCreditItem& operator= (const AboutDialogCreditItem&) PROHIBITED;
|
||||
#endif
|
||||
|
||||
// Move constructor, because wxString lacks one
|
||||
AboutDialogCreditItem(AboutDialogCreditItem &&moveMe)
|
||||
|
||||
Reference in New Issue
Block a user