소스 검색

[NFC] Add missing revision for removal of bad_array_length in ABI changelog

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@352513 91177308-0d34-0410-b5e6-96231b3b80d8
Louis Dionne 6 년 전
부모
커밋
b8bdc7a157
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lib/abi/CHANGELOG.TXT

+ 1 - 1
lib/abi/CHANGELOG.TXT

@@ -16,7 +16,7 @@ New entries should be added directly below the "Version" header.
 Version 8.0
 Version 8.0
 -----------
 -----------
 
 
-* rXXXXX - Remove std::bad_array_length
+* r347903 - Remove std::bad_array_length
 
 
   The change removes the definition of std::bad_array_length (which never made
   The change removes the definition of std::bad_array_length (which never made
   it into the standard) from the headers and the dylib. This is technically an
   it into the standard) from the headers and the dylib. This is technically an