This page is a snapshot from the LWG issues list, see the Library Active Issues List for more information and the meaning of NAD status.

2617. [filesys.ts] [PDTS] path member swap() unnecessary

Section: 8.4.5 [filesys.ts::path.modifiers] Status: NAD Submitter: CH-12 Opened: 2014-01-20 Last modified: 2016-08-10

Priority: Not Prioritized

View all issues with NAD status.

Discussion:

Addresses: filesys.ts

As we have move semantics, member swap functions shouldn't be necessary any more.

[2014-02-12 LWG/SG-3 Issaquah ]

No consensus for change. STL pointed out that swap should be noexcept and will submit a separate issue.

Proposed resolution:

Remove swap().