Mark vector::operator[] and front/back as noexcept. We already do this for...
Mark vector::operator[] and front/back as noexcept. We already do this for string and string_view. This should give better codegen inside of noexcept functions. Add tests for op[]/front/back/at, because apparently we had none. llvm-svn: 356224
Loading
Please sign in to comment