Fields
| hardware | None |
| os | None |
Parameters
Fields
| Name | Value |
|---|
Parameters
| Name | Value |
|---|---|
| git_commit |
commit ed0da008258a3a7df14caa906e23e660174d2507 Author: serge-sans-paille <sguelton@mozilla.com> Date: Tue Sep 10 06:24:02 2024 +0000 [libc++][string] Remove potential non-trailing 0-length array (#105865) It is a violation of the standard to use 0 length arrays, especially when not at the end of a structure (not a FAM GNU extension). Compiler generally accept it, but it's probably better to have a conforming implementation. --------- Co-authored-by: Louis Dionne <ldionne.2@gmail.com> |