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]

Re: Basic exception guarantee testcases (redux)


>> + // 23.2.1     required types
>> + //
>> + // A missing required type will cause a compile failure.
>> + //
>> + void
>> + requiredTypesCheck()
>> + {
>
>Very nice.

Things like this were done in a non-systematic way for the 27_io and
22_locale tests. The files that test for generic compilation check for
required types.

It would be interesting to try and do this consistently at some point
throughout the library testsuite.

-benjamin


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