This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH, c++0x] Use explicitly defaulted ctor, cctor, dtor and op= for duration in <chrono>


Attached is patch that bring duration up-to-spec according to N2691
(current WD). This includes some additional diagnostics regarding
20.8.3 paragraphs 2, 3 and 4 as well as using explicitly-defaulted
definitions for durations ctor, cctor, dtor and op=.

These changes do not affect any of the other <chrono> changes required
for the whole clock_gettime/librt ordeal.

Chris

Attachment: Changelog_duration.txt
Description: Text document

Attachment: duration_patch.txt
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]