Title
tuple construction should not fail unless its element's construction fails
Status
cd1
Section
[tuple.cnstr]
Submitter
Howard Hinnant

Created on 2008-03-13.00:00:00 last changed 164 months ago

Messages

Date: 2010-10-21.18:28:33

Proposed resolution:

Add to [tuple.cnstr]:

For each tuple constructor and assignment operator, an exception is thrown only if the construction or assignment of one of the types in Types throws an exception.

Date: 2008-03-13.00:00:00

527 Added a throws clause to bind constructors. I believe the same throws clause should be added to tuple except it ought to take into account move constructors as well.

History
Date User Action Args
2010-10-21 18:28:33adminsetmessages: + msg3843
2008-03-13 00:00:00admincreate