how portable is end iterator decrement?

I think this is the relevant clause: ISO/IEC 14882:2003 C++ Standard 23.1.1/12 – Sequences Table 68 lists sequence operations that are provided for some types of sequential containers but not others. An implementation shall provide these operations for all container types shown in the “container” column, and shall implement them so as to take amortized … Read more