Add noexcept to operator[] for array and deque. This is an extension. We...
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
Loading
Please sign in to comment