[[noreturn]] is reasonable?

1
2
3
4
	[[noreturn]] reference at(size_type)
		{	// subscript mutable sequence with checking
		_Xran();
		}

visual studio 2015: std::array template

the code snippet is reasonable?
Last edited on
Considering that code is for a partial specialization with 0 elements, yes.
Last edited on
Topic archived. No new replies allowed.