-
Marshall Clow authored
Add noexcept to operator[] for array and deque. This is an extension. We already do this for string and string_view. This should give better codegen inside of noexcept functions. llvm-svn: 356209
5f6a5ac1Marshall Clow authoredAdd noexcept to operator[] for array and deque. This is an extension. We already do this for string and string_view. This should give better codegen inside of noexcept functions. llvm-svn: 356209
Loading