Re: [v3] tuple round 2

2011-09-07 Thread Benjamin Kosnik
> 2011-08-03 Benjamin Kosnik > François Dumont > > * testsuite/23_containers/array/at_neg.cc: Move... > * testsuite/23_containers/array/at.cc: ...here. Remove > -fno-exceptions, call const at member function. I've reverted the name change. -benjamin

[v3] tuple round 2

2011-08-03 Thread Benjamin Kosnik
Hey this fixes up the array::at issue as pointed out on this list. In addition, it adds some more tuple markup for constexpr. I'm going to stage in the tuple work, as some of it is more controversial. tested x86/linux -benjamin2011-08-03 Benjamin Kosnik * include/std/tuple: Mark more cons